aboutsummaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2025-09-15Merge branch 'lo/repo-info-step-2'Junio C Hamano
2025-09-15Merge branch 'jt/de-global-bulk-checkin'Junio C Hamano
2025-09-12Merge branch 'rs/describe-with-lazy-queue-and-oidset'Junio C Hamano
2025-09-12Merge branch 'ms/refs-exists'Junio C Hamano
2025-09-12Merge branch 'ps/object-store-midx-dedup-info'Junio C Hamano
2025-09-12sparse-checkout: match some 'clean' behaviorDerrick Stolee
2025-09-12sparse-checkout: add basics of 'clean' commandDerrick Stolee
2025-09-12sparse-checkout: remove use of the_repositoryDerrick Stolee
2025-09-11odb: drop deprecated wrapper functionsPatrick Steinhardt
2025-09-10use repo_get_oid_with_flags()René Scharfe
2025-09-09Merge branch 'jt/de-global-bulk-checkin' into jt/odb-transactionJunio C Hamano
2025-09-08Merge branch 'tc/last-modified'Junio C Hamano
2025-09-08Merge branch 'ds/ls-files-lazy-unsparse'Junio C Hamano
2025-09-08stash: pass --no-color to diff plumbing child processesJeff King
2025-09-04repo: add the field objects.formatLucas Seiki Oshiro
2025-09-04repo: add the flag -z as an alias for --format=nulLucas Seiki Oshiro
2025-09-02describe: use oidset in finish_depth_computation()René Scharfe
2025-09-02builtin/refs: add 'exists' subcommandMeet Soni
2025-09-02Merge branch 'ps/object-store-midx-dedup-info' into ps/packfile-storeJunio C Hamano
2025-08-29range-diff: add configurable memory limit for cost matrixPaulo Casaretto
2025-08-29Merge branch 'jk/describe-blob'Junio C Hamano
2025-08-28last-modified: use Bloom filters when availableToon Claes
2025-08-28last-modified: new subcommand to show when files were last modifiedToon Claes
2025-08-28ls-files: conditionally leave index sparseDerrick Stolee
2025-08-26config: warn on core.commentString=autoPhillip Wood
2025-08-26breaking-changes: deprecate support for core.commentString=autoPhillip Wood
2025-08-25Merge branch 'lo/repo-info'Junio C Hamano
2025-08-25Merge branch 'ps/commit-graph-wo-globals'Junio C Hamano
2025-08-25Merge branch 'dk/help-all'Junio C Hamano
2025-08-25bulk-checkin: remove global transaction stateJustin Tobler
2025-08-22Merge branch 'ac/deglobal-fmt-merge-log-config'Junio C Hamano
2025-08-22Merge branch 'jc/diff-no-index-in-subdir'Junio C Hamano
2025-08-22Merge branch 'ms/refs-list'Junio C Hamano
2025-08-21Merge branch 'jc/strbuf-split'Junio C Hamano
2025-08-21Merge branch 'jc/string-list-split'Junio C Hamano
2025-08-21Merge branch 'rs/describe-with-prio-queue'Junio C Hamano
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano
2025-08-21Merge branch 'ps/reflog-migrate-fixes'Junio C Hamano
2025-08-20Merge branch 'lo/repo-info' into lo/repo-info-step-2Junio C Hamano
2025-08-20describe: pass commit to describe_commit()Jeff King
2025-08-20describe: handle blob traversal with no commitsJeff King
2025-08-18describe: catch unborn branch in describe_blob()Jeff King
2025-08-18describe: error if blob not foundJeff King
2025-08-18describe: pass oid struct by const pointerJeff King
2025-08-17repo: add the --format flagLucas Seiki Oshiro
2025-08-17repo: add the field layout.shallowLucas Seiki Oshiro
2025-08-17repo: add the field layout.bareLucas Seiki Oshiro
2025-08-17repo: add the field references.formatLucas Seiki Oshiro
2025-08-17repo: declare the repo commandLucas Seiki Oshiro
2025-08-15commit-graph: stop passing in redundant repositoryPatrick Steinhardt