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
2024-01-09Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-14bisect: consistently write BISECT_EXPECTED_REV via the refdbPatrick Steinhardt
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "pretty.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-01-14bisect: no longer try to clean up left-over `.git/head-name` filesJohannes Schindelin
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