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-30bisect: simplify building "checkout" argument listRené Scharfe
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-03revisions API: don't leak memory on argv elements that need free()-ingÆvar Arnfjörð Bjarmason
2022-08-03bisect.c: partially fix bisect_rev_setup() memory leakÆvar Arnfjörð Bjarmason
2022-08-03bisect.c: add missing "goto" for release_revisions()Ævar Arnfjörð Bjarmason
2022-04-14revisions API users: use release_revisions() needing REV_INFO_INITÆvar Arnfjörð Bjarmason
2022-04-14revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-01-19bisect--helper: double-check run command on exit code 126 and 127René Scharfe
2021-07-28bisect: simplify return code from bisect_checkout()Junio C Hamano
2021-07-28bisect: do not run show-branch just to show the current commitJunio C Hamano
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-02-26Merge branch 'js/params-vs-args'Junio C Hamano
2021-02-24replace "parameters" by "arguments" in error messagesJohannes Sixt
2021-01-05hash-lookup: rename from sha1-lookupMartin Ågren
2020-11-26Merge branch 'sg/bisect-approximately-halfway'Junio C Hamano
2020-11-12bisect: loosen halfway() check for a large number of commitsSZEDER Gábor
2020-10-31bisect: clear flags in passed repositoryRené Scharfe
2020-10-31object: allow clear_commit_marks_all to handle any repoRené Scharfe
2020-09-24bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functi...Pranit Bauva
2020-09-24bisect: call 'clear_commit_marks_all()' in 'bisect_next_all()'Miriam Rubio
2020-08-18Merge branch 'al/bisect-first-parent'Junio C Hamano
2020-08-10Merge branch 'rs/bisect-oid-to-hex-fix'Junio C Hamano
2020-08-08bisect: combine args passed to find_bisection()Aaron Lipman
2020-08-08bisect: introduce first-parent flagAaron Lipman
2020-08-08cmd_bisect__helper: defer parsing no-checkout flagAaron Lipman
2020-08-08rev-list: allow bisect and first-parent flagsAaron Lipman
2020-08-02bisect: use oid_to_hex_r() instead of memcpy()+oid_to_hex()René Scharfe
2020-07-31strvec: rename struct fieldsJeff King
2020-07-29strvec: fix indentation in renamed callsJeff King
2020-07-29strvec: convert more callers away from argv_array nameJeff King
2020-07-29quote: rename sq_dequote_to_argv_array to mention strvecJeff King
2020-07-29strvec: rename files from argv-array to strvecJeff King
2020-03-30bisect: stop referring to sha1_arrayJeff King
2020-03-30oid_array: rename source file from sha1-arrayJeff King
2020-02-19bisect: libify `bisect_next_all`Pranit Bauva
2020-02-19bisect: libify `handle_bad_merge_base` and its dependentsPranit Bauva
2020-02-19bisect: libify `check_good_are_ancestors_of_bad` and its dependentsPranit Bauva
2020-02-19bisect: libify `check_merge_bases` and its dependentsPranit Bauva
2020-02-19bisect: libify `bisect_checkout`Pranit Bauva
2020-02-19bisect: libify `exit_if_skipped_commits` to `error_if_skipped*` and its depen...Pranit Bauva
2020-02-19bisect: add enum to represent bisect returning codesMiriam Rubio
2020-02-19bisect: use the standard 'if (!var)' way to check for 0Miriam Rubio
2019-08-20bisect: switch to using the_hash_algobrian m. carlson
2019-03-01bisect: make diff-tree output prettierJeff King
2019-03-01bisect: fix internal diff-tree config loadingJeff King
2019-03-01bisect: use string arguments to feed internal diff-treeJeff King
2019-02-07Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano
2019-01-19Merge branch 'nd/style-opening-brace'Junio C Hamano