index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
upload-pack.c
Age
Commit message (
Expand
)
Author
2025-11-19
path: move `enter_repo()` into "setup.c"
Patrick Steinhardt
2024-12-18
serve: stop using `the_repository`
Patrick Steinhardt
2024-12-10
Merge branch 'bc/allow-upload-pack-from-other-people'
Junio C Hamano
2024-11-15
Allow cloning from repositories owned by another user
brian m. carlson
2024-09-13
builtin: remove USE_THE_REPOSITORY for those without the_repository
John Cai
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-04-29
Sync with 2.44.1
Johannes Schindelin
2024-04-19
Sync with 2.41.1
Johannes Schindelin
2024-04-19
Sync with 2.40.2
Johannes Schindelin
2024-04-17
upload-pack: disable lazy-fetching by default
Jeff King
2024-02-28
upload-pack: always turn off save_commit_buffer
Jeff King
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-12
repository: create disable_replace_refs()
Derrick Stolee
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-02-23
replace-object.h: move read_replace_refs declaration from cache.h to here
Elijah Newren
2022-10-13
doc txt & -h consistency: add missing options and labels
Ævar Arnfjörð Bjarmason
2021-08-05
upload-pack: document and rename --advertise-refs
Ævar Arnfjörð Bjarmason
2021-08-05
serve.[ch]: remove "serve_options", split up --advertise-refs code
Ævar Arnfjörð Bjarmason
2019-05-13
builtin: consistently pass cmd_* prefix to parse_options
Jeff King
2018-07-18
check_replace_refs: rename to read_replace_refs
Jeff King
2018-05-08
Merge branch 'bw/protocol-v2'
Junio C Hamano
2018-03-15
connect: request remote refs using v2
Brandon Williams
2018-03-14
protocol: introduce enum protocol_version value protocol_v2
Brandon Williams
2018-03-14
upload-pack: convert to a builtin
Brandon Williams