summaryrefslogtreecommitdiffstats
path: root/builtin
AgeCommit message (Expand)AuthorLines
2026-05-18Merge branch 'hn/config-typo-advice' into seenJunio C Hamano-0/+30
2026-05-18Merge branch 'rs/strbuf-add-oid-hex' into seenJunio C Hamano-5/+4
2026-05-18Merge branch 'rs/strbuf-add-uint' into seenJunio C Hamano-14/+20
2026-05-18Merge branch 'kk/merge-octopus-optim' into seenJunio C Hamano-14/+4
2026-05-18Merge branch 'hn/branch-prune-merged' into seenJunio C Hamano-16/+276
2026-05-18Merge branch 'ds/path-walk-filters' into seenJunio C Hamano-13/+18
2026-05-18Merge branch 'hn/checkout-track-fetch' into seenJunio C Hamano-5/+163
2026-05-18Merge branch 'ua/push-remote-group' into seenJunio C Hamano-75/+218
2026-05-18Merge branch 'js/parseopt-subcommand-autocorrection' into seenJunio C Hamano-15/+7
2026-05-18Merge branch 'en/batch-prefetch' into seenJunio C Hamano-0/+274
2026-05-18Merge branch 'pt/fsmonitor-linux' into seenJunio C Hamano-28/+64
2026-05-18Merge branch 'jr/bisect-custom-terms-in-output' into seenJunio C Hamano-16/+30
2026-05-18Merge branch 'ds/fetch-negotiation-options' into seenJunio C Hamano-19/+69
2026-05-17Merge branch 'ob/more-repo-config-values' into jchJunio C Hamano-33/+48
2026-05-17Merge branch 'ps/setup-wo-the-repository' into jchJunio C Hamano-71/+76
2026-05-17Merge branch 'sa/cat-file-batch-mailmap-switch' into jchJunio C Hamano-4/+33
2026-05-17Merge branch 'jt/odb-transaction-write' into jchJunio C Hamano-12/+11
2026-05-17Merge branch 'tb/incremental-midx-part-3.3' into jchJunio C Hamano-23/+127
2026-05-17Merge branch 'kk/paint-down-to-common-optim' into jchJunio C Hamano-1/+3
2026-05-17Merge branch 'mm/git-url-parse' into jchJunio C Hamano-0/+135
2026-05-17Merge branch 'kn/refs-generic-helpers' into jchJunio C Hamano-71/+133
2026-05-17Merge branch 'sb/unpack-index-pack-buffer-resize' into jchJunio C Hamano-4/+2
2026-05-17Merge branch 'ps/history-fixup' into jchJunio C Hamano-23/+268
2026-05-17Merge branch 'js/objects-larger-than-4gb-on-windows' into jchJunio C Hamano-16/+30
2026-05-17Merge branch 'kh/name-rev-custom-format' into jchJunio C Hamano-25/+275
2026-05-17Merge branch 'hn/git-checkout-m-with-stash'Junio C Hamano-101/+111
2026-05-17Merge branch 'en/backfill-fixes-and-edges'Junio C Hamano-1/+30
2026-05-17config: suggest the correct form when key contains "=" in set contextHarald Nordgren-0/+30
2026-05-15odb: update `struct odb_write_stream` read() callbackJustin Tobler-12/+8
2026-05-15odb: split `struct odb_transaction` into separate headerJustin Tobler-0/+3
2026-05-15grep: prefetch necessary blobsElijah Newren-0/+143
2026-05-15builtin/log: prefetch necessary blobs for `git cherry`Elijah Newren-0/+131
2026-05-14remote: add remote.*.negotiationInclude configDerrick Stolee-0/+11
2026-05-14fetch: add --negotiation-include option for negotiationDerrick Stolee-7/+28
2026-05-14remote: add remote.*.negotiationRestrict configDerrick Stolee-7/+21
2026-05-14transport: rename negotiation_tipsDerrick Stolee-9/+9
2026-05-14fetch: add --negotiation-restrict optionDerrick Stolee-6/+10
2026-05-14rev-parse: use selected alternate terms to look up refsJonas Rebmann-2/+13
2026-05-14bisect: print bisect terms in single quotesJonas Rebmann-12/+12
2026-05-14bisect: use selected alternate terms in status outputJonas Rebmann-10/+13
2026-05-14hex: add and use strbuf_add_oid_hex()René Scharfe-5/+4
2026-05-14pack-objects: support sparse:oid filter with path-walkDerrick Stolee-5/+11
2026-05-14path-walk: add pl_sparse_trees to control tree pruningDerrick Stolee-0/+1
2026-05-14path-walk: support blob size limit filterDerrick Stolee-0/+2
2026-05-14backfill: die on incompatible filter optionsDerrick Stolee-3/+2
2026-05-14path-walk: support blobless filterDerrick Stolee-1/+1
2026-05-14pack-objects: pass --objects with --path-walkDerrick Stolee-4/+1
2026-05-14branch: add --all-remotes flagHarald Nordgren-11/+30
2026-05-14branch: add branch.<name>.pruneMerged opt-outHarald Nordgren-2/+21
2026-05-14branch: add --prune-merged <remote>Harald Nordgren-19/+124