summaryrefslogtreecommitdiff
path: root/negotiator
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hx/negotiator-non-recursive'Junio C Hamano2023-05-102-17/+44
|\
| * negotiator/skipping: fix some problems in mark_common()Han Xin2023-04-261-7/+15
| * negotiator/default: avoid stack overflowHan Xin2023-04-261-10/+29
| * Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-062-2/+2
| |\
| * \ Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-062-4/+4
| |\ \
* | | | hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-242-0/+2
* | | | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-042-4/+4
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-282-4/+4
* | | treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren2023-03-212-2/+2
| |/ |/|
* | 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
| |/
* | object.h: stop depending on cache.h; make cache.h depend on object.hElijah Newren2023-02-231-1/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* negotiator/skipping: avoid stack overflowJonathan Tan2022-10-251-12/+17
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-012-4/+4
* refs: mark unused each_ref_fn parametersJeff King2022-08-192-2/+4
* use CALLOC_ARRAYRené Scharfe2021-03-132-3/+3
* negotiator/noop: add noop fetch negotiatorJonathan Tan2020-08-182-0/+52
* Merge branch 'jt/fetch-negotiator-skipping'Junio C Hamano2018-08-022-0/+258
|\
| * negotiator/skipping: skip commits during fetchJonathan Tan2018-07-162-0/+258
* | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-1/+1
|/
* fetch-pack: introduce negotiator APIJonathan Tan2018-06-152-0/+184