aboutsummaryrefslogtreecommitdiff
path: root/builtin/receive-pack.c
AgeCommit message (Expand)Author
6 daysMerge branch 'ps/odb-cleanup'Junio C Hamano
7 daysMerge branch 'ps/receive-pack-updateinstead-in-worktree'Junio C Hamano
11 daysMerge branch 'ar/config-hook-cleanups'Junio C Hamano
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt
2026-03-30receive-pack: use worktree HEAD for updateInsteadPablo Sabater
2026-03-25hook: fix minor style issuesAdrian Ratiu
2026-03-25builtin/receive-pack: properly init receive_hook strbufAdrian Ratiu
2026-03-12run-command: wean auto_maintenance() functions off the_repositoryBurak Kaan Karaçay
2026-03-10Merge branch 'ar/config-hooks'Junio C Hamano
2026-03-09Merge branch 'ps/refs-for-each'Junio C Hamano
2026-03-09Merge branch 'ar/run-command-hook-take-2'Junio C Hamano
2026-03-09Merge branch 'ar/config-hooks' into ar/config-hook-cleanupsJunio C Hamano
2026-03-02Merge branch 'ar/run-command-hook-take-2' into ar/config-hooksJunio C Hamano
2026-03-02builtin/receive-pack: avoid spinning no-op sideband async threadsAdrian Ratiu
2026-02-23refs: replace `refs_for_each_fullref_in()`Patrick Steinhardt
2026-02-19hook: add internal state alloc/free callbacksAdrian Ratiu
2026-02-13Merge branch 'cf/c23-const-preserving-strchr-updates-0'Junio C Hamano
2026-02-09Merge branch 'kn/ref-batch-output-error-reporting-fix'Junio C Hamano
2026-02-05global: constify some pointers that are not written toCollin Funk
2026-01-28receive-pack: convert receive hooks to hook APIEmily Shaffer
2026-01-28receive-pack: convert update hooks to new APIEmily Shaffer
2026-01-25receive-pack: utilize rejected ref error detailsKarthik Nayak
2026-01-25refs: add rejection detail to the callback functionKarthik Nayak
2026-01-15Revert "Merge branch 'ar/run-command-hook'"Junio C Hamano
2026-01-06Merge branch 'ar/run-command-hook'Junio C Hamano
2025-12-28receive-pack: convert receive hooks to hook APIEmily Shaffer
2025-12-28receive-pack: convert update hooks to new APIEmily Shaffer
2025-12-05Merge branch 'ps/object-source-management'Junio C Hamano
2025-12-05Merge branch 'jc/optional-path'Junio C Hamano
2025-11-24config: really treat missing optional path as not configuredJunio C Hamano
2025-11-19path: move `enter_repo()` into "setup.c"Patrick Steinhardt
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-09-24packfile: split up responsibilities of `reprepare_packed_git()`Patrick Steinhardt
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-17Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repositoryJunio C Hamano
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt
2025-07-15Merge branch 'ps/object-store'Junio C Hamano
2025-07-09Merge branch 'ps/object-store' into ps/object-file-wo-the-repositoryJunio C Hamano
2025-07-08Merge branch 'kn/fetch-push-bulk-ref-update'Junio C Hamano
2025-07-01Use legacy hash for legacy formatsbrian m. carlson
2025-07-01odb: rename `has_object()`Patrick Steinhardt
2025-07-01odb: get rid of `the_repository` in `for_each()` functionsPatrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-06-25receive-pack: handle reference deletions separatelyKarthik Nayak
2025-05-20builtin/receive-pack: add option to skip connectivity checkJustin Tobler
2025-05-19receive-pack: use batched reference updatesKarthik Nayak
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-15object-file: split out functions relating to object store subsystemPatrick Steinhardt