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
/
send-pack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-21
send-pack: generate packfiles via the object database
Patrick Steinhardt
1
-67
/
+34
2026-05-27
Merge branch 'ds/fetch-negotiation-options'
Junio C Hamano
1
-8
/
+31
2026-05-20
send-pack: pass negotiation config in push
Derrick Stolee
1
-7
/
+30
2026-05-20
fetch: add --negotiation-restrict option
Derrick Stolee
1
-1
/
+1
2026-04-01
pkt-line: make packet_reader.line non-const
Jeff King
1
-3
/
+4
2026-03-12
gpg-interface: allow sign_buffer() to use default signing key
Justin Tobler
1
-1
/
+1
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-2
/
+2
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-19
send-pack: fix memory leak around duplicate refs
Karthik Nayak
1
-0
/
+7
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
1
-4
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-02-03
send-pack: gracefully close the connection for atomic push
Jiang Xin
1
-0
/
+1
2025-02-03
send-pack: new return code "ERROR_SEND_PACK_BAD_REF_STATUS"
Jiang Xin
1
-7
/
+2
2024-12-18
send-pack: stop using `the_repository`
Patrick Steinhardt
1
-37
/
+40
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
1
-4
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-09-20
Merge branch 'ps/leakfixes-part-6'
Junio C Hamano
1
-19
/
+33
2024-09-05
drop trailing newline from warning/error/die messages
Jeff King
1
-1
/
+1
2024-09-05
gpg-interface: fix misdesigned signing key interfaces
Patrick Steinhardt
1
-2
/
+4
2024-09-05
send-pack: fix leaking push cert nonce
Patrick Steinhardt
1
-5
/
+7
2024-09-05
send-pack: fix leaking common object IDs
Patrick Steinhardt
1
-12
/
+22
2024-08-22
send-pack: add new tracing regions for push
Calvin Wan
1
-3
/
+13
2024-07-15
Merge branch 'jc/disable-push-nego-for-deletion'
Junio C Hamano
1
-2
/
+11
2024-07-02
push: avoid showing false negotiation errors
Junio C Hamano
1
-2
/
+11
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-0
/
+2
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-07
send-pack: always allocate receive status
Patrick Steinhardt
1
-1
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
1
-0
/
+1
2023-04-25
Merge branch 'jk/protocol-cap-parse-fix'
Junio C Hamano
1
-1
/
+1
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-0
/
+1
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
1
-0
/
+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-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-1
/
+3
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-3
/
+3
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-3
/
+3
2023-03-30
Merge branch 'sg/parse-options-h-users'
Junio C Hamano
1
-0
/
+1
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2023-03-21
write-or-die.h: move declarations for write-or-die.c functions from cache.h
Elijah Newren
1
-1
/
+2
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-20
treewide: include parse-options.h in source files
SZEDER Gábor
1
-0
/
+1
2023-02-23
Remove unnecessary includes of builtin.h
Elijah Newren
1
-1
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-08-19
run-command: mark unused async callback parameters
Jeff King
1
-1
/
+1
2022-06-17
send-pack.c: add config push.useBitmaps
Kyle Zhao
1
-0
/
+6
[next]