summaryrefslogtreecommitdiffstats
path: root/negotiator/skipping.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* prio-queue: use size_t rather than int for sizeJeff King2024-12-201-3/+2
* Merge branch 'ps/leakfixes-part-6'Junio C Hamano2024-09-201-2/+5
|\
| * negotiator/skipping: fix leaking commit entriesPatrick Steinhardt2024-09-051-2/+5
* | drop trailing newline from warning/error/die messagesJeff King2024-09-051-1/+1
|/
* refs: add referent to each_ref_fnJohn Cai2024-08-091-1/+1
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-1/+2
* Merge branch 'hx/negotiator-non-recursive'Junio C Hamano2023-05-101-7/+15
|\
| * negotiator/skipping: fix some problems in mark_common()Han Xin2023-04-261-7/+15
| * Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-1/+1
| |\
| * \ Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-1/+1
| |\ \
* | | | hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* | | | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+1
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | | treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren2023-03-211-1/+1
| |/ |/|
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-1/+1
|\ \
| * | prio-queue: mark unused parameters in comparison functionsJeff King2023-02-241-1/+1
| |/
* / cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/
* negotiator/skipping: avoid stack overflowJonathan Tan2022-10-261-12/+17
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-2/+2
* refs: mark unused each_ref_fn parametersJeff King2022-08-191-1/+2
* use CALLOC_ARRAYRené Scharfe2021-03-141-2/+2
* Merge branch 'jt/fetch-negotiator-skipping'Junio C Hamano2018-08-031-1/+1
* negotiator/skipping: skip commits during fetchJonathan Tan2018-07-161-0/+250