summaryrefslogtreecommitdiffstats
path: root/fetch-pack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-2/+4
* Merge branch 'sd/negotiate-trace-fix'Junio C Hamano2024-01-301-1/+1
|\
| * push: region_leave trace for negotiate_using_fetchSam Delmerico2024-01-041-1/+1
* | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-2/+0
|\ \
| * | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-2/+0
* | | fsck: handle NULL value when parsing message configJeff King2023-12-091-4/+8
|/ /
* | Merge branch 'ts/unpacklimit-config-fix'Junio C Hamano2023-08-301-3/+3
|\ \
| * | transfer.unpackLimit: fetch/receive.unpackLimit takes precedenceJunio C Hamano2023-08-231-3/+3
* | | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-2/+0
|\ \ \
| * | | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
| * | | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | | | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+3
| |/ /
* | | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
|/ /
* | Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-0/+1
|\ \
| * | commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* | | Merge branch 'jk/protocol-cap-parse-fix'Junio C Hamano2023-04-251-2/+2
|\ \ \ | |/ / |/| |
| * | v0 protocol: use size_t for capability length/offsetJeff King2023-04-151-2/+2
| * | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-1/+4
| |\ \
| * \ \ Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-4/+4
| |\ \ \
* | | | | treewide: remove unnecessary cache.h inclusionElijah Newren2023-04-111-1/+1
* | | | | treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* | | | | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-4/+4
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+4
* | | | csum-file.h: remove unnecessary inclusion of cache.hElijah Newren2023-03-211-1/+1
* | | | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | | | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
* | | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
| |/ / |/| |
* | | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-1/+1
|\ \ \
| * | | fetch-pack: mark unused parameter in callback functionJeff King2023-02-241-1/+1
| |/ /
* | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+2
|/ /
* / server_supports_v2(): use a separate function for die_on_errorJeff King2022-12-131-6/+6
|/
* Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-6/+6
|\
| * git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-6/+6
* | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-5/+9
|\|
| * run-command: mark unused async callback parametersJeff King2022-08-191-1/+1
| * refs: mark unused each_ref_fn parametersJeff King2022-08-191-4/+8
* | fetch-pack: add tracing for negotiation roundsJosh Steadmon2022-08-151-1/+55
|/
* Merge branch 'jt/fetch-pack-trace2-filter-spec'Junio C Hamano2022-08-061-14/+26
|\
| * fetch-pack: write effective filter to trace2Jonathan Tan2022-07-271-14/+26
* | Merge branch 'rs/mergesort'Junio C Hamano2022-08-031-0/+8
|\ \ | |/ |/|
| * fetch-pack: use DEFINE_LIST_SORTRené Scharfe2022-07-181-0/+8
* | Merge branch 'ds/bundle-uri'Junio C Hamano2022-06-031-15/+30
|\ \
| * | fetch-pack: move --keep=* option filling to a functionÆvar Arnfjörð Bjarmason2022-05-171-8/+12
| * | fetch-pack: add a deref_without_lazy_fetch_extended()Ævar Arnfjörð Bjarmason2022-05-171-7/+18
| |/
* | Merge branch 'jt/fetch-peek-optional-section'Junio C Hamano2022-05-261-8/+11
|\ \ | |/ |/|
| * fetch-pack: make unexpected peek result non-fatalJonathan Tan2022-05-161-8/+11
* | fetch-pack: add refetchRobert Coup2022-03-281-17/+29