summaryrefslogtreecommitdiffstats
path: root/negotiator/default.c
AgeCommit message (Expand)AuthorLines
2026-03-18use commit_stack instead of prio_queue in LIFO modeRené Scharfe-5/+5
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt-4/+3
2024-08-09refs: add referent to each_ref_fnJohn Cai-1/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt-1/+2
2023-05-10Merge branch 'hx/negotiator-non-recursive'Junio C Hamano-10/+29
2023-04-26negotiator/default: avoid stack overflowHan Xin-10/+29
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano-1/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano-3/+3
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-3/+3
2023-03-21treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren-1/+1
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason-2/+2
2022-08-19refs: mark unused each_ref_fn parametersJeff King-1/+2
2021-03-13use CALLOC_ARRAYRené Scharfe-1/+1
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano-1/+1
2018-06-15fetch-pack: introduce negotiator APIJonathan Tan-0/+176