index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
upload-pack.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upload-pack: add tracing for fetches
Robert Coup
2023-10-30
1
-0
/
+28
*
Merge branch 'ds/upload-pack-error-sequence-fix'
Junio C Hamano
2023-08-24
1
-2
/
+3
|
\
|
*
upload-pack: fix exit code when denying fetch of unreachable object ID
Patrick Steinhardt
2023-08-16
1
-1
/
+1
|
*
upload-pack: fix race condition in error messages
Derrick Stolee
2023-08-10
1
-2
/
+3
*
|
Merge branch 'tb/refs-exclusion-and-packed-refs'
Junio C Hamano
2023-07-21
1
-11
/
+36
|
\
\
|
*
|
upload-pack.c: avoid enumerating hidden refs where possible
Taylor Blau
2023-07-10
1
-6
/
+31
|
*
|
refs.h: let `for_each_namespaced_ref()` take excluded patterns
Taylor Blau
2023-07-10
1
-3
/
+3
|
*
|
revision.h: store hidden refs in a `strvec`
Taylor Blau
2023-07-10
1
-5
/
+5
|
|
/
*
|
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
1
-1
/
+0
|
\
\
|
*
|
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
|
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-06
1
-6
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
config: pass kvi to die_bad_number()
Glen Choo
2023-06-28
1
-5
/
+7
|
*
|
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-2
/
+6
|
|
/
*
/
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
|
/
*
upload-pack: advertise capabilities when cloning empty repos
brian m. carlson
2023-05-17
1
-5
/
+17
*
Merge branch 'jk/protocol-cap-parse-fix'
Junio C Hamano
2023-04-25
1
-1
/
+1
|
\
|
*
v0 protocol: use size_t for capability length/offset
Jeff King
2023-04-15
1
-1
/
+1
|
*
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-0
/
+3
|
|
\
|
*
\
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-06
1
-4
/
+4
|
|
\
\
*
|
|
|
treewide: remove double forward declaration of read_in_full
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
|
|
treewide: remove unnecessary cache.h inclusion
Elijah Newren
2023-04-11
1
-1
/
+1
*
|
|
|
treewide: be explicit about dependence on oid-array.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
|
|
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
|
|
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-4
/
+4
|
\
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
_
|
/
|
/
|
|
|
*
|
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-4
/
+4
*
|
|
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-03-17
1
-5
/
+5
|
\
\
|
*
|
serve: mark unused parameters in virtual functions
Jeff King
2023-02-24
1
-1
/
+1
|
*
|
serve: use repository pointer to get config
Jeff King
2023-02-24
1
-4
/
+4
|
|
/
*
/
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
refs: get rid of global list of hidden refs
Patrick Steinhardt
2022-11-17
1
-12
/
+18
*
Merge branch 'jk/list-objects-filter-cleanup'
Junio C Hamano
2022-09-19
1
-0
/
+1
|
\
|
*
list-objects-filter: add and use initializers
Jeff King
2022-09-12
1
-0
/
+1
*
|
Merge branch 'ab/unused-annotation'
Junio C Hamano
2022-09-14
1
-3
/
+3
|
\
\
|
*
|
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-3
/
+3
*
|
|
Merge branch 'jk/unused-annotation'
Junio C Hamano
2022-09-14
1
-3
/
+4
|
\
|
|
|
*
|
refs: mark unused each_ref_fn parameters
Jeff King
2022-08-19
1
-3
/
+4
*
|
|
parse_object(): check commit-graph when skip_hash set
Jeff King
2022-09-07
1
-7
/
+2
*
|
|
upload-pack: skip parse-object re-hashing of "want" objects
Jeff King
2022-09-07
1
-1
/
+2
|
/
/
*
|
upload-pack: fix a memory leak in create_pack_file()
Ævar Arnfjörð Bjarmason
2022-07-28
1
-0
/
+1
*
|
config: learn `git_protected_config()`
Glen Choo
2022-07-15
1
-10
/
+17
|
/
*
upload-pack: look up "want" lines via commit-graph
Patrick Steinhardt
2022-03-01
1
-3
/
+17
*
upload-pack.c: increase output buffer size
Jacob Vosmaer
2021-12-15
1
-5
/
+12
*
run-command API users: use strvec_pushl(), not argv construction
Ævar Arnfjörð Bjarmason
2021-11-26
1
-4
/
+1
*
Merge branch 'ab/serve-cleanup'
Junio C Hamano
2021-09-21
1
-9
/
+12
|
\
|
*
serve.[ch]: remove "serve_options", split up --advertise-refs code
Ævar Arnfjörð Bjarmason
2021-08-05
1
-7
/
+11
|
*
serve.[ch]: don't pass "struct strvec *keys" to commands
Ævar Arnfjörð Bjarmason
2021-08-05
1
-2
/
+1
*
|
Merge branch 'jv/pkt-line-batch'
Junio C Hamano
2021-09-21
1
-3
/
+8
|
\
\
[next]