summaryrefslogtreecommitdiffstats
path: root/fetch-pack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'ps/fetch-optim-with-commit-graph'Junio C Hamano2022-02-241-12/+16
|\ \
| * | fetch-pack: use commit-graph when computing cutoffPatrick Steinhardt2022-02-101-12/+16
| |/
* | Merge branch 'bs/forbid-i18n-of-protocol-token-in-fetch-pack'Junio C Hamano2022-02-241-2/+10
|\ \ | |/ |/|
| * fetch-pack: parameterize message containing 'ready' keywordBagas Sanjaya2022-02-111-2/+10
* | i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila2022-01-051-1/+1
|/
* Merge branch 'jk/fetch-pack-avoid-sigpipe-to-index-pack'Junio C Hamano2021-12-101-0/+5
|\