Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-30replace and remove run_command_v_opt()René Scharfe
2022-10-30use child_process members "args" and "env" directlyRené Scharfe
2022-10-30bisect--helper: factor out do_bisect_run()René Scharfe
2022-10-18Merge branch 'rs/bisect-start-leakfix'Junio C Hamano
2022-10-07bisect--helper: plug strvec leakRené Scharfe
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19refs: mark unused each_ref_fn parametersJeff King
2022-08-19parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --optionsSZEDER Gábor
2022-06-08Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano
2022-05-21Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-11bisect: output bisect setup status in bisect logChris Down
2022-05-11bisect: output state before we are ready to compute bisectionChris Down
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-04-14revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-03-07Merge branch 'ac/usage-string-fixups'Junio C Hamano
2022-03-07Merge branch 'rs/bisect-executable-not-found'Junio C Hamano
2022-02-24amend remaining usage strings according to style guideAbhradeep Chakraborty
2022-02-05i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila
2022-01-19bisect--helper: double-check run command on exit code 126 and 127René Scharfe
2022-01-19bisect--helper: release strbuf and strvec on run errorRené Scharfe
2022-01-19bisect--helper: report actual bisect_state() argument on errorRené Scharfe
2021-10-02bisect--helper: add space between colon and following sentenceBagas Sanjaya
2021-09-13bisect--helper: retire `--bisect-next-check` subcommandMiriam Rubio
2021-09-13bisect--helper: reimplement `bisect_run` shell function in CTanushree Tumane
2021-09-13bisect--helper: reimplement `bisect_visualize()` shell function in CPranit Bauva
2021-07-14*.c static functions: add missing __attribute__((format))Ævar Arnfjörð Bjarmason
2021-04-30bisect--helper: use BISECT_TERMS in 'bisect skip' commandRamsay Jones
2021-03-20Merge branch 'jk/bisect-peel-tag-fix'Junio C Hamano
2021-03-17bisect: peel annotated tags to commitsJeff King
2021-02-04bisect--helper: retire `--check-and-set-terms` subcommandPranit Bauva
2021-02-04bisect--helper: reimplement `bisect_skip` shell function in CPranit Bauva
2021-02-04bisect--helper: retire `--bisect-auto-next` subcommandPranit Bauva
2021-02-04bisect--helper: use `res` instead of return in BISECT_RESET case optionPranit Bauva
2021-02-04bisect--helper: retire `--bisect-write` subcommandPranit Bauva
2021-02-04bisect--helper: reimplement `bisect_replay` shell function in CPranit Bauva
2021-02-04bisect--helper: reimplement `bisect_log` shell function in CPranit Bauva
2020-11-10Merge branch 'mr/bisect-in-c-3'Junio C Hamano
2020-10-16bisect--helper: retire `--bisect-autostart` subcommandPranit Bauva
2020-10-16bisect--helper: retire `--write-terms` subcommandPranit Bauva
2020-10-16bisect--helper: retire `--check-expected-revs` subcommandPranit Bauva
2020-10-16bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions in CPranit Bauva
2020-10-16bisect--helper: retire `--next-all` subcommandPranit Bauva
2020-10-16bisect--helper: retire `--bisect-clean-state` subcommandPranit Bauva
2020-10-16bisect--helper: finish porting `bisect_start()` to CPranit Bauva
2020-10-04Merge branch 'mr/bisect-in-c-2'Junio C Hamano
2020-10-04Merge branch 'cc/bisect-start-fix'Junio C Hamano
2020-09-25bisect: don't use invalid oid as rev when startingChristian Couder
2020-09-24bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi...Pranit Bauva