summaryrefslogtreecommitdiffstats
path: root/builtin
AgeCommit message (Expand)AuthorLines
2026-01-09fsck: snapshot default refs before object walkElijah Newren-40/+122
2026-01-09packfile: only prepare owning store in `packfile_store_prepare()`Patrick Steinhardt-6/+8
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt-61/+80
2026-01-09packfile: refactor kept-pack cache to work with packfile storesPatrick Steinhardt-6/+6
2026-01-09patch-id: use “patch ID” throughoutKristoffer Haugsbakk-2/+2
2026-01-08Merge branch 'rs/tag-wo-the-repository'Junio C Hamano-6/+6
2026-01-08Merge branch 'kh/replay-invalid-onto-advance' into ps/historyJunio C Hamano-62/+25
2026-01-07Merge branch 'ps/odb-misc-fixes' into ps/packfile-store-in-odb-sourceJunio C Hamano-3/+5
2026-01-07builtin/gc: fix condition for whether to write commit graphsPatrick Steinhardt-3/+5
2026-01-07cat-file: only use bitmaps when filteringJeff King-3/+5
2026-01-06Merge branch 'ar/run-command-hook'Junio C Hamano-155/+121
2026-01-06Merge branch 'rs/show-branch-prio-queue'Junio C Hamano-13/+21
2026-01-06Merge branch 'bc/checkout-error-message-fix'Junio C Hamano-1/+1
2026-01-06replay: die if we cannot parse objectKristoffer Haugsbakk-1/+1
2026-01-06replay: improve code comment and die messageKristoffer Haugsbakk-2/+2
2026-01-06replay: die descriptively when invalid commit-ish is givenKristoffer Haugsbakk-6/+7
2026-01-06replay: find *onto only after testing for ref nameKristoffer Haugsbakk-1/+1
2026-01-06replay: remove dead code and rearrangeKristoffer Haugsbakk-54/+16
2025-12-30Merge branch 'jt/repo-struct-more-objinfo'Junio C Hamano-29/+146
2025-12-29tag: support arbitrary repositories in parse_tag()René Scharfe-4/+4
2025-12-29tag: support arbitrary repositories in gpg_verify_tag()René Scharfe-2/+2
2025-12-28receive-pack: convert receive hooks to hook APIEmily Shaffer-119/+93
2025-12-28receive-pack: convert update hooks to new APIEmily Shaffer-39/+25
2025-12-28hook: allow overriding the ungroup optionAdrian Ratiu-0/+6
2025-12-28show-branch: use prio_queueRené Scharfe-13/+21
2025-12-25name-rev: use commit_stackRené Scharfe-11/+6
2025-12-25log: use commit_stackRené Scharfe-16/+15
2025-12-25checkout: quote invalid treeish in error messagebrian m. carlson-1/+1
2025-12-23Merge branch 'kn/fix-fetch-backfill-tag-with-batched-ref-updates'Junio C Hamano-26/+45
2025-12-23Merge branch 'tc/memzero-array'Junio C Hamano-1/+1
2025-12-23Merge branch 'jc/submodule-add'Junio C Hamano-2/+10
2025-12-22Merge branch 'kj/pull-options-decl-cleanup'Junio C Hamano-142/+141
2025-12-22Merge branch 'rs/replay-wrong-onto-fix'Junio C Hamano-3/+3
2025-12-22Merge branch 'kh/doc-replay-updates'Junio C Hamano-1/+1
2025-12-18builtin/repo: add object disk size info to structure tableJustin Tobler-0/+13
2025-12-18builtin/repo: add disk size info to keyvalue stucture outputJustin Tobler-0/+18
2025-12-18builtin/repo: add inflated object info to structure tableJustin Tobler-3/+30
2025-12-18builtin/repo: add inflated object info to keyvalue structure outputJustin Tobler-0/+33
2025-12-18builtin/repo: humanise count values in structure outputJustin Tobler-10/+28
2025-12-18builtin/repo: group per-type object values into structJustin Tobler-17/+25
2025-12-16Merge branch 'ps/object-read-stream'Junio C Hamano-27/+27
2025-12-15Merge branch 'ps/object-read-stream' into ps/packfile-store-in-odb-sourceJunio C Hamano-27/+27
2025-12-14Merge branch 'lo/repo-struct-z'Junio C Hamano-2/+6
2025-12-14Merge branch 'kh/advise-w-git-help-in-branch'Junio C Hamano-1/+1
2025-12-14Merge branch 'js/last-modified-with-sparse-checkouts'Junio C Hamano-1/+2
2025-12-14Merge branch 'tc/last-modified-active-paths-optimization'Junio C Hamano-1/+1
2025-12-14replay: improve --contained and add to docKristoffer Haugsbakk-1/+1
2025-12-12pull: move options[] array into function scopeK Jayatheerth-142/+141
2025-12-12replay: move onto NULL check before first useRené Scharfe-3/+3
2025-12-12Merge branch 'sa/replay-atomic-ref-updates' into rs/replay-wrong-onto-fixJunio C Hamano-13/+120