summaryrefslogtreecommitdiffstats
path: root/fetch-pack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'xx/bundie-uri-fixes'Junio C Hamano2024-07-081-6/+11
|\
| * fetch-pack: expose fsckObjects configuration logicXing Xin2024-06-201-6/+11
* | Merge branch 'ps/use-the-repository'Junio C Hamano2024-07-021-0/+2
|\ \
| * | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
| |/
* | Merge branch 'jk/fetch-pack-fsck-wo-lock-pack'Junio C Hamano2024-06-271-1/+3
|\ \ | |/ |/|
| * fetch-pack: fix segfault when fscking without --lock-packJeff King2024-06-201-1/+3
* | Merge branch 'ps/leakfixes'Junio C Hamano2024-06-061-2/+2
|\ \
| * | config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt2024-05-271-2/+2
* | | Merge branch 'dg/fetch-pack-code-cleanup'Junio C Hamano2024-05-231-5/+0
|\ \ \ | |/ / |/| |
| * | fetch-pack: remove unused 'struct loose_object_iter'Dr. David Alan Gilbert2024-05-141-5/+0
* | | 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
|/