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
/
builtin
/
receive-pack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-20
odb/transaction: add transaction interface to write packfiles
Justin Tobler
1
-157
/
+3
2026-08-20
builtin/receive-pack: explicitly pass packfile fd
Justin Tobler
1
-7
/
+9
2026-08-20
builtin/receive-pack: report unpack errors via strbuf
Justin Tobler
1
-27
/
+36
2026-08-20
builtin/receive-pack: lift global state out of unpack()
Justin Tobler
1
-22
/
+41
2026-08-20
builtin/receive-pack: read unpack limit config lazily
Justin Tobler
1
-19
/
+11
2026-08-20
builtin/receive-pack: pass shallow file explicitly
Justin Tobler
1
-16
/
+22
2026-08-20
odb/transaction: add transaction finalize interface
Justin Tobler
1
-0
/
+1
2026-08-20
builtin/receive-pack: properly clean up keep files
Justin Tobler
1
-1
/
+7
2026-07-27
Merge branch 'ps/refs-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2026-07-22
Merge branch 'jt/receive-pack-use-odb-transactions'
Junio C Hamano
1
-34
/
+35
2026-07-16
worktree: pass repository to public functions
Patrick Steinhardt
1
-1
/
+1
2026-07-10
builtin/receive-pack: stage incoming objects via ODB transactions
Justin Tobler
1
-33
/
+35
2026-07-10
builtin/receive-pack: drop redundant tmpdir env
Justin Tobler
1
-1
/
+0
2026-07-07
hash: use git_hash_init() consistently
Jeff King
1
-3
/
+3
2026-06-07
Merge branch 'ar/receive-pack-worktree-env'
Junio C Hamano
1
-1
/
+1
2026-05-27
Merge branch 'ps/setup-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2026-05-26
receive-pack: fix updateInstead with core.worktree
Alyssa Ross
1
-1
/
+1
2026-05-21
Merge branch 'kn/refs-generic-helpers'
Junio C Hamano
1
-9
/
+13
2026-05-19
setup: stop using `the_repository` in `enter_repo()`
Patrick Steinhardt
1
-1
/
+1
2026-05-11
Merge branch 'ar/parallel-hooks'
Junio C Hamano
1
-1
/
+2
2026-05-05
refs: move object parsing to the generic layer
Karthik Nayak
1
-9
/
+13
2026-04-10
hook: mark non-parallelizable hooks
Emily Shaffer
1
-1
/
+2
2026-04-09
Merge branch 'jk/c23-const-preserving-fixes-more'
Junio C Hamano
1
-3
/
+4
2026-04-08
Merge branch 'ps/odb-cleanup'
Junio C Hamano
1
-1
/
+1
2026-04-07
Merge branch 'ps/receive-pack-updateinstead-in-worktree'
Junio C Hamano
1
-24
/
+15
2026-04-03
Merge branch 'ar/config-hook-cleanups'
Junio C Hamano
1
-30
/
+34
2026-04-01
pkt-line: make packet_reader.line non-const
Jeff King
1
-3
/
+4
2026-03-31
odb: rename `odb_has_object()` flags
Patrick Steinhardt
1
-1
/
+1
2026-03-30
receive-pack: use worktree HEAD for updateInstead
Pablo Sabater
1
-24
/
+15
2026-03-25
hook: fix minor style issues
Adrian Ratiu
1
-31
/
+34
2026-03-25
builtin/receive-pack: properly init receive_hook strbuf
Adrian Ratiu
1
-0
/
+1
2026-03-12
run-command: wean auto_maintenance() functions off the_repository
Burak Kaan Karaçay
1
-1
/
+1
2026-03-10
Merge branch 'ar/config-hooks'
Junio C Hamano
1
-7
/
+26
2026-03-09
Merge branch 'ps/refs-for-each'
Junio C Hamano
1
-4
/
+4
2026-03-09
Merge branch 'ar/run-command-hook-take-2'
Junio C Hamano
1
-137
/
+149
2026-03-09
Merge branch 'ar/config-hooks' into ar/config-hook-cleanups
Junio C Hamano
1
-137
/
+168
2026-03-02
Merge branch 'ar/run-command-hook-take-2' into ar/config-hooks
Junio C Hamano
1
-2
/
+13
2026-03-02
builtin/receive-pack: avoid spinning no-op sideband async threads
Adrian Ratiu
1
-2
/
+13
2026-02-23
refs: replace `refs_for_each_fullref_in()`
Patrick Steinhardt
1
-4
/
+4
2026-02-19
hook: add internal state alloc/free callbacks
Adrian Ratiu
1
-7
/
+26
2026-02-13
Merge branch 'cf/c23-const-preserving-strchr-updates-0'
Junio C Hamano
1
-1
/
+1
2026-02-09
Merge branch 'kn/ref-batch-output-error-reporting-fix'
Junio C Hamano
1
-1
/
+6
2026-02-05
global: constify some pointers that are not written to
Collin Funk
1
-1
/
+1
2026-01-28
receive-pack: convert receive hooks to hook API
Emily Shaffer
1
-103
/
+75
2026-01-28
receive-pack: convert update hooks to new API
Emily Shaffer
1
-37
/
+66
2026-01-25
receive-pack: utilize rejected ref error details
Karthik Nayak
1
-2
/
+6
2026-01-25
refs: add rejection detail to the callback function
Karthik Nayak
1
-0
/
+1
2026-01-15
Revert "Merge branch 'ar/run-command-hook'"
Junio C Hamano
1
-113
/
+153
2026-01-06
Merge branch 'ar/run-command-hook'
Junio C Hamano
1
-153
/
+113
2025-12-28
receive-pack: convert receive hooks to hook API
Emily Shaffer
1
-118
/
+92
[next]