summaryrefslogtreecommitdiff
path: root/builtin/receive-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-091-0/+1
|\
| * server-info.h: move declarations for server-info.c functions from cache.hElijah Newren2023-04-241-0/+1
* | Merge branch 'jk/protocol-cap-parse-fix'Junio C Hamano2023-04-251-1/+1
|\ \
| * | v0 protocol: use size_t for capability length/offsetJeff King2023-04-141-1/+1
* | | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+3
|\ \ \ | |/ / |/| / | |/
| * object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
| * treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+2
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-7/+7
| |\
* | \ Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+4
|\ \ \ | |/ /
| * | 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
| * | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
| * | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-7/+7
|\ \ \ | | |/ | |/|
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-5/+5
* | | Merge branch 'sg/parse-options-h-users'Junio C Hamano2023-03-301-0/+1
|\ \ \
| * | | treewide: include parse-options.h in source filesSZEDER Gábor2023-03-201-0/+1
| |/ /
* | | Merge branch 'ps/receive-pack-unlock-before-die'Junio C Hamano2023-03-211-4/+10
|\ \ \ | |_|/ |/| |
| * | receive-pack: fix stale packfile locks when dyingPatrick Steinhardt2023-03-101-4/+10
* | | Merge branch 'zh/push-to-delete-onelevel-ref'Junio C Hamano2023-03-191-2/+4
|\ \ \
| * | | push: allow delete single-level refZheNing Hu2023-03-011-1/+3
| * | | receive-pack: fix funny ref error messsageZheNing Hu2023-03-011-1/+1
| | |/ | |/|
* | | Merge branch 'jc/gpg-lazy-init'Junio C Hamano2023-03-171-4/+0
|\ \ \
| * | | gpg-interface: lazily initialize and read the configurationJunio C Hamano2023-02-091-4/+0
* | | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
| |/ / |/| |
* | | receive-pack: release the linked "struct command *" listÆvar Arnfjörð Bjarmason2023-02-061-0/+11
|/ /
* | receive-pack: only use visible refs for connectivity checkPatrick Steinhardt2022-11-171-0/+2
* | refs: get rid of global list of hidden refsPatrick Steinhardt2022-11-171-3/+5
|/
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-2/+2
* run-command: mark unused async callback parametersJeff King2022-08-191-1/+1
* refs: mark unused each_ref_fn parametersJeff King2022-08-191-1/+1
* Merge branch 'ab/bug-if-bug'Junio C Hamano2022-06-101-10/+6
|\
| * receive-pack: use bug() and BUG_if_bug()Ævar Arnfjörð Bjarmason2022-06-021-10/+6
* | Merge branch 'ab/env-array'Junio C Hamano2022-06-101-16/+16
|\ \ | |/ |/|
| * run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason2022-06-021-16/+16
* | Merge branch 'tb/receive-pack-code-cleanup'Junio C Hamano2022-05-251-2/+1
|\ \
| * | builtin/receive-pack.c: remove redundant 'if'Taylor Blau2022-05-181-2/+1
* | | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-2/+2
|\ \ \ | |_|/ |/| |
| * | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-2/+2
| |\ \ | | |/ | |/|
| | * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-2/+2
* | | Merge branch 'ab/string-list-count-in-size-t'Junio C Hamano2022-03-161-4/+5
|\ \ \
| * | | string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason2022-03-071-4/+5
* | | | Merge branch 'ab/racy-hooks'Junio C Hamano2022-03-161-3/+5
|\ \ \ \
| * | | | hooks: fix an obscure TOCTOU "did we just run a hook?" raceÆvar Arnfjörð Bjarmason2022-03-071-3/+5
| |/ / /
* | | | Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-161-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | object-file API: have write_object_file() take "enum object_type"Ævar Arnfjörð Bjarmason2022-02-251-1/+1
| |/ /
* | | Merge branch 'cb/clear-quarantine-early-on-all-ref-update-errors'Junio C Hamano2022-02-181-0/+9
|\ \ \
| * | | receive-pack: purge temporary data if no command is ready to runChen Bojun2022-02-011-0/+9
| |/ /