aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/upload-pack.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-29Sync with 2.44.1Johannes Schindelin1-0/+2
2024-04-19Sync with 2.41.1Johannes Schindelin1-0/+2
2024-04-19Sync with 2.40.2Johannes Schindelin1-0/+2
2024-04-17upload-pack: disable lazy-fetching by defaultJeff King1-0/+2
2024-02-28upload-pack: always turn off save_commit_bufferJeff King1-0/+2
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-06-12repository: create disable_replace_refs()Derrick Stolee1-1/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren1-0/+1
2022-10-13doc txt & -h consistency: add missing options and labelsÆvar Arnfjörð Bjarmason1-1/+2
2021-08-05upload-pack: document and rename --advertise-refsÆvar Arnfjörð Bjarmason1-2/+3
2021-08-05serve.[ch]: remove "serve_options", split up --advertise-refs codeÆvar Arnfjörð Bjarmason1-13/+12
2019-05-13builtin: consistently pass cmd_* prefix to parse_optionsJeff King1-1/+1
2018-07-18check_replace_refs: rename to read_replace_refsJeff King1-1/+1
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano1-0/+74
2018-03-15connect: request remote refs using v2Brandon Williams1-5/+5
2018-03-14protocol: introduce enum protocol_version value protocol_v2Brandon Williams1-0/+7
2018-03-14upload-pack: convert to a builtinBrandon Williams1-0/+67