summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2026-01-06replay: find *onto only after testing for ref nameKristoffer Haugsbakk1-1/+1
2026-01-06replay: remove dead code and rearrangeKristoffer Haugsbakk1-54/+16
2025-12-30Merge branch 'jt/repo-struct-more-objinfo'Junio C Hamano1-29/+146
2025-12-29tag: support arbitrary repositories in parse_tag()René Scharfe2-4/+4
2025-12-29tag: support arbitrary repositories in gpg_verify_tag()René Scharfe2-2/+2
2025-12-28receive-pack: convert receive hooks to hook APIEmily Shaffer1-118/+92
2025-12-28receive-pack: convert update hooks to new APIEmily Shaffer1-39/+25
2025-12-28hook: allow overriding the ungroup optionAdrian Ratiu1-0/+6
2025-12-28show-branch: use prio_queueRené Scharfe1-13/+21
2025-12-25name-rev: use commit_stackRené Scharfe1-11/+6
2025-12-25log: use commit_stackRené Scharfe1-16/+15
2025-12-25checkout: quote invalid treeish in error messagebrian m. carlson1-1/+1
2025-12-23Merge branch 'kn/fix-fetch-backfill-tag-with-batched-ref-updates'Junio C Hamano1-26/+45
2025-12-23Merge branch 'tc/memzero-array'Junio C Hamano1-1/+1
2025-12-23Merge branch 'jc/submodule-add'Junio C Hamano1-2/+10
2025-12-22Merge branch 'kj/pull-options-decl-cleanup'Junio C Hamano1-142/+141
2025-12-22Merge branch 'rs/replay-wrong-onto-fix'Junio C Hamano1-3/+3
2025-12-22Merge branch 'kh/doc-replay-updates'Junio C Hamano1-1/+1
2025-12-18builtin/repo: add object disk size info to structure tableJustin Tobler1-0/+13
2025-12-18builtin/repo: add disk size info to keyvalue stucture outputJustin Tobler1-0/+18
2025-12-18builtin/repo: add inflated object info to structure tableJustin Tobler1-3/+30
2025-12-18builtin/repo: add inflated object info to keyvalue structure outputJustin Tobler1-0/+33
2025-12-18builtin/repo: humanise count values in structure outputJustin Tobler1-10/+28
2025-12-18builtin/repo: group per-type object values into structJustin Tobler1-17/+25
2025-12-16Merge branch 'ps/object-read-stream'Junio C Hamano5-27/+27
2025-12-15Merge branch 'ps/object-read-stream' into ps/packfile-store-in-odb-sourceJunio C Hamano5-27/+27
2025-12-14Merge branch 'lo/repo-struct-z'Junio C Hamano1-2/+6
2025-12-14Merge branch 'kh/advise-w-git-help-in-branch'Junio C Hamano1-1/+1
2025-12-14Merge branch 'js/last-modified-with-sparse-checkouts'Junio C Hamano1-1/+2
2025-12-14Merge branch 'tc/last-modified-active-paths-optimization'Junio C Hamano1-1/+1
2025-12-14replay: improve --contained and add to docKristoffer Haugsbakk1-1/+1
2025-12-12pull: move options[] array into function scopeK Jayatheerth1-142/+141
2025-12-12replay: move onto NULL check before first useRené Scharfe1-3/+3
2025-12-12Merge branch 'sa/replay-atomic-ref-updates' into rs/replay-wrong-onto-fixJunio C Hamano1-13/+120
2025-12-11git-compat-util: introduce MEMZERO_ARRAY() macroToon Claes1-1/+1
2025-12-10fetch: fix failed batched updates skipping operationsKarthik Nayak1-1/+5
2025-12-10fetch: fix non-conflicting tags not being committedKarthik Nayak1-0/+8
2025-12-09Merge branch 'en/replay-doc-revision-range'Junio C Hamano1-1/+1
2025-12-09Merge branch 'pw/replay-exclude-gpgsig-fix'Junio C Hamano1-1/+1
2025-12-05Merge branch 'ps/object-source-management' into ps/odb-misc-fixesJunio C Hamano7-9/+24
2025-12-05Merge branch 'rs/config-set-multi-error-message-fix'Junio C Hamano1-1/+1
2025-12-05Merge branch 'rs/config-unset-opthelp-fix'Junio C Hamano1-2/+2
2025-12-05Merge branch 'ps/object-source-management'Junio C Hamano7-9/+24
2025-12-05Merge branch 'cc/fast-import-strip-if-invalid'Junio C Hamano2-17/+93
2025-12-05Merge branch 'jc/optional-path'Junio C Hamano3-12/+41
2025-12-05repo: add -z as an alias for --format=nul to git-repo-structureLucas Seiki Oshiro1-1/+5
2025-12-05repo: use [--format=... | -z] instead of [-z] in git-repo-info synopsisLucas Seiki Oshiro1-1/+1
2025-12-03last-modified: support sparse checkoutsJohannes Schindelin1-1/+2
2025-12-03branch: advice using git-help(1) instead of man(1)Kristoffer Haugsbakk1-1/+1
2025-11-30Merge branch 'ja/doc-synopsis-style'Junio C Hamano1-1/+1