summaryrefslogtreecommitdiff
path: root/builtin/receive-pack.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-20odb/transaction: add transaction interface to write packfilesJustin Tobler1-157/+3
2026-08-20builtin/receive-pack: explicitly pass packfile fdJustin Tobler1-7/+9
2026-08-20builtin/receive-pack: report unpack errors via strbufJustin Tobler1-27/+36
2026-08-20builtin/receive-pack: lift global state out of unpack()Justin Tobler1-22/+41
2026-08-20builtin/receive-pack: read unpack limit config lazilyJustin Tobler1-19/+11
2026-08-20builtin/receive-pack: pass shallow file explicitlyJustin Tobler1-16/+22
2026-08-20odb/transaction: add transaction finalize interfaceJustin Tobler1-0/+1
2026-08-20builtin/receive-pack: properly clean up keep filesJustin Tobler1-1/+7
2026-07-27Merge branch 'ps/refs-wo-the-repository'Junio C Hamano1-1/+1
2026-07-22Merge branch 'jt/receive-pack-use-odb-transactions'Junio C Hamano1-34/+35
2026-07-16worktree: pass repository to public functionsPatrick Steinhardt1-1/+1
2026-07-10builtin/receive-pack: stage incoming objects via ODB transactionsJustin Tobler1-33/+35
2026-07-10builtin/receive-pack: drop redundant tmpdir envJustin Tobler1-1/+0
2026-07-07hash: use git_hash_init() consistentlyJeff King1-3/+3
2026-06-07Merge branch 'ar/receive-pack-worktree-env'Junio C Hamano1-1/+1
2026-05-27Merge branch 'ps/setup-wo-the-repository'Junio C Hamano1-1/+1
2026-05-26receive-pack: fix updateInstead with core.worktreeAlyssa Ross1-1/+1
2026-05-21Merge branch 'kn/refs-generic-helpers'Junio C Hamano1-9/+13
2026-05-19setup: stop using `the_repository` in `enter_repo()`Patrick Steinhardt1-1/+1
2026-05-11Merge branch 'ar/parallel-hooks'Junio C Hamano1-1/+2
2026-05-05refs: move object parsing to the generic layerKarthik Nayak1-9/+13
2026-04-10hook: mark non-parallelizable hooksEmily Shaffer1-1/+2
2026-04-09Merge branch 'jk/c23-const-preserving-fixes-more'Junio C Hamano1-3/+4
2026-04-08Merge branch 'ps/odb-cleanup'Junio C Hamano1-1/+1
2026-04-07Merge branch 'ps/receive-pack-updateinstead-in-worktree'Junio C Hamano1-24/+15
2026-04-03Merge branch 'ar/config-hook-cleanups'Junio C Hamano1-30/+34
2026-04-01pkt-line: make packet_reader.line non-constJeff King1-3/+4
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt1-1/+1
2026-03-30receive-pack: use worktree HEAD for updateInsteadPablo Sabater1-24/+15
2026-03-25hook: fix minor style issuesAdrian Ratiu1-31/+34
2026-03-25builtin/receive-pack: properly init receive_hook strbufAdrian Ratiu1-0/+1
2026-03-12run-command: wean auto_maintenance() functions off the_repositoryBurak Kaan Karaçay1-1/+1
2026-03-10Merge branch 'ar/config-hooks'Junio C Hamano1-7/+26
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano1-4/+4
2026-03-09Merge branch 'ar/run-command-hook-take-2'Junio C Hamano1-137/+149
2026-03-09Merge branch 'ar/config-hooks' into ar/config-hook-cleanupsJunio C Hamano1-137/+168
2026-03-02Merge branch 'ar/run-command-hook-take-2' into ar/config-hooksJunio C Hamano1-2/+13
2026-03-02builtin/receive-pack: avoid spinning no-op sideband async threadsAdrian Ratiu1-2/+13
2026-02-23refs: replace `refs_for_each_fullref_in()`Patrick Steinhardt1-4/+4
2026-02-19hook: add internal state alloc/free callbacksAdrian Ratiu1-7/+26
2026-02-13Merge branch 'cf/c23-const-preserving-strchr-updates-0'Junio C Hamano1-1/+1
2026-02-09Merge branch 'kn/ref-batch-output-error-reporting-fix'Junio C Hamano1-1/+6
2026-02-05global: constify some pointers that are not written toCollin Funk1-1/+1
2026-01-28receive-pack: convert receive hooks to hook APIEmily Shaffer1-103/+75
2026-01-28receive-pack: convert update hooks to new APIEmily Shaffer1-37/+66
2026-01-25receive-pack: utilize rejected ref error detailsKarthik Nayak1-2/+6
2026-01-25refs: add rejection detail to the callback functionKarthik Nayak1-0/+1
2026-01-15Revert "Merge branch 'ar/run-command-hook'"Junio C Hamano1-113/+153
2026-01-06Merge branch 'ar/run-command-hook'Junio C Hamano1-153/+113
2025-12-28receive-pack: convert receive hooks to hook APIEmily Shaffer1-118/+92