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