index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
upload-pack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-21
upload-pack: generate packfiles via the object database
Patrick Steinhardt
1
-79
/
+44
2026-06-15
Merge branch 'ob/more-repo-config-values'
Junio C Hamano
1
-1
/
+2
2026-06-03
environment: move "precomposed_unicode" into `struct repo_config_values`
Olamide Caleb Bello
1
-1
/
+2
2026-05-29
*: replace deprecated free_commit_list
Kristoffer Haugsbakk
1
-2
/
+2
2026-03-24
Merge branch 'ps/upload-pack-buffer-more-writes'
Junio C Hamano
1
-18
/
+63
2026-03-13
upload-pack: reduce lock contention when writing packfile data
Patrick Steinhardt
1
-0
/
+7
2026-03-13
upload-pack: prefer flushing data over sending keepalive
Patrick Steinhardt
1
-6
/
+15
2026-03-13
upload-pack: adapt keepalives based on buffering
Patrick Steinhardt
1
-9
/
+40
2026-03-13
upload-pack: fix debug statement when flushing packfile data
Patrick Steinhardt
1
-3
/
+1
2026-03-09
Merge branch 'ps/refs-for-each'
Junio C Hamano
1
-5
/
+8
2026-02-23
refs: replace `refs_for_each_namespaced_ref()`
Patrick Steinhardt
1
-4
/
+7
2026-02-23
refs: rename `each_ref_fn`
Patrick Steinhardt
1
-1
/
+1
2026-02-17
shallow: handling fetch relative-deepen
Samo Pogačnik
1
-70
/
+2
2025-11-04
upload-pack: convert to use `reference_get_peeled_oid()`
Patrick Steinhardt
1
-9
/
+13
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
1
-16
/
+13
2025-09-29
Merge branch 'jk/setup-revisions-freefix'
Junio C Hamano
1
-4
/
+3
2025-09-22
treewide: pass strvecs around for setup_revisions_from_strvec()
Jeff King
1
-4
/
+3
2025-09-15
Merge branch 'ps/upload-pack-oom-protection'
Junio C Hamano
1
-10
/
+9
2025-09-05
upload-pack: don't ACK non-commits repeatedly in protocol v2
Patrick Steinhardt
1
-10
/
+9
2025-08-02
string-list: align string_list_split() with its _in_place() counterpart
Junio C Hamano
1
-1
/
+1
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-05-15
upload-pack: rename `enum` to reflect the operation
Johannes Schindelin
1
-17
/
+17
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
1
-2
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-1
/
+1
2025-03-10
object: stop depending on `the_repository`
Patrick Steinhardt
1
-6
/
+6
2025-02-18
Add 'promisor-remote' capability to protocol v2
Christian Couder
1
-0
/
+3
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-11-13
Merge branch 'en/shallow-exclude-takes-a-ref-fix'
Junio C Hamano
1
-1
/
+5
2024-11-04
upload-pack: fix leaking URI protocols
Patrick Steinhardt
1
-0
/
+1
2024-11-04
upload-pack: fix ambiguous error message
Elijah Newren
1
-1
/
+5
2024-09-25
Merge branch 'ak/typofix-2.46-maint'
Junio C Hamano
1
-1
/
+1
2024-09-19
upload-pack: fix a typo
Andrew Kreimer
1
-1
/
+1
2024-09-05
upload-pack: fix leaking child process data on reachability checks
Patrick Steinhardt
1
-6
/
+16
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-4
/
+4
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-06
Merge branch 'ps/leakfixes'
Junio C Hamano
1
-1
/
+1
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
1
-1
/
+1
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
1
-1
/
+1
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-7
/
+13
2024-03-07
Merge branch 'jk/upload-pack-v2-capability-cleanup'
Junio C Hamano
1
-32
/
+26
2024-03-07
Merge branch 'jk/upload-pack-bounded-resources'
Junio C Hamano
1
-67
/
+50
2024-02-29
upload-pack: only accept packfile-uris if we advertised it
Jeff King
1
-9
/
+7
2024-02-28
upload-pack: use existing config mechanism for advertisement
Jeff King
1
-16
/
+10
2024-02-28
upload-pack: centralize setup of sideband-all config
Jeff King
1
-2
/
+3
2024-02-28
upload-pack: use repository struct to get config
Jeff King
1
-5
/
+6
2024-02-28
upload-pack: free tree buffers after parsing
Jeff King
1
-3
/
+6
2024-02-28
upload-pack: use PARSE_OBJECT_SKIP_HASH_CHECK in more places
Jeff King
1
-2
/
+4
2024-02-28
upload-pack: always turn off save_commit_buffer
Jeff King
1
-2
/
+0
[next]