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

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-09-24bisect--helper: reimplement `bisect_autostart` shell function in CPranit Bauva
2020-08-29bisect--helper: introduce new `write_in_file()` functionMiriam Rubio
2020-08-29bisect--helper: use '-res' in 'cmd_bisect__helper' returnMiriam Rubio
2020-08-29bisect--helper: BUG() in cmd_*() on invalid subcommandMiriam Rubio
2020-08-29bisect: swap command-line options in documentationHugo Locurcio
2020-08-18Merge branch 'al/bisect-first-parent'Junio C Hamano
2020-08-10Merge branch 'jk/strvec'Junio C Hamano
2020-08-08bisect: introduce first-parent flagAaron Lipman
2020-08-08cmd_bisect__helper: defer parsing no-checkout flagAaron Lipman
2020-07-31strvec: rename struct fieldsJeff King
2020-07-29strvec: fix indentation in renamed callsJeff King
2020-07-29strvec: convert builtin/ callers away from argv_array nameJeff King
2020-07-29strvec: rename files from argv-array to strvecJeff King
2020-07-10bisect: treat BISECT_HEAD as a pseudo refHan-Wen Nienhuys
2020-06-09Merge branch 'cb/bisect-helper-parser-fix'Junio C Hamano
2020-05-24bisect--helper: avoid segfault with bad syntax in `start --term-*`Carlo Marcelo Arenas Belón