summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King6-8/+8
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King10-16/+17
2025-09-16odb: add transaction interfaceJustin Tobler3-7/+9
2025-09-16object-file: relocate ODB transaction codeJustin Tobler3-3/+1
2025-09-16builtin/update-index: end ODB transaction when --verbose is specifiedJustin Tobler1-8/+15
2025-09-15sparse-checkout: add --verbose option to 'clean'Derrick Stolee1-2/+24
2025-09-15Merge branch 'lo/repo-info-step-2'Junio C Hamano1-12/+33
2025-09-15Merge branch 'jt/de-global-bulk-checkin'Junio C Hamano3-7/+10
2025-09-12Merge branch 'rs/describe-with-lazy-queue-and-oidset'Junio C Hamano1-12/+22
2025-09-12Merge branch 'ms/refs-exists'Junio C Hamano1-0/+48
2025-09-12Merge branch 'ps/object-store-midx-dedup-info'Junio C Hamano4-13/+31
2025-09-12sparse-checkout: match some 'clean' behaviorDerrick Stolee1-1/+14
2025-09-12sparse-checkout: add basics of 'clean' commandDerrick Stolee1-1/+63
2025-09-12sparse-checkout: remove use of the_repositoryDerrick Stolee1-55/+62
2025-09-11odb: drop deprecated wrapper functionsPatrick Steinhardt1-3/+3
2025-09-10use repo_get_oid_with_flags()René Scharfe3-19/+9
2025-09-09Merge branch 'jt/de-global-bulk-checkin' into jt/odb-transactionJunio C Hamano3-7/+10
2025-09-08Merge branch 'tc/last-modified'Junio C Hamano1-0/+326
2025-09-08Merge branch 'ds/ls-files-lazy-unsparse'Junio C Hamano1-3/+10
2025-09-08stash: pass --no-color to diff plumbing child processesJeff King1-1/+4
2025-09-04repo: add the field objects.formatLucas Seiki Oshiro1-0/+7
2025-09-04repo: add the flag -z as an alias for --format=nulLucas Seiki Oshiro1-12/+26
2025-09-02describe: use oidset in finish_depth_computation()René Scharfe1-12/+22
2025-09-02builtin/refs: add 'exists' subcommandMeet Soni1-0/+48
2025-09-02Merge branch 'ps/object-store-midx-dedup-info' into ps/packfile-storeJunio C Hamano4-13/+31
2025-08-29range-diff: add configurable memory limit for cost matrixPaulo Casaretto2-0/+22
2025-08-29Merge branch 'jk/describe-blob'Junio C Hamano1-16/+25
2025-08-28last-modified: use Bloom filters when availableToon Claes1-2/+46
2025-08-28last-modified: new subcommand to show when files were last modifiedToon Claes1-0/+281
2025-08-28ls-files: conditionally leave index sparseDerrick Stolee1-3/+10
2025-08-26config: warn on core.commentString=autoPhillip Wood4-0/+16
2025-08-26breaking-changes: deprecate support for core.commentString=autoPhillip Wood1-0/+4
2025-08-25Merge branch 'lo/repo-info'Junio C Hamano1-0/+150
2025-08-25Merge branch 'ps/commit-graph-wo-globals'Junio C Hamano3-6/+7
2025-08-25Merge branch 'dk/help-all'Junio C Hamano1-1/+2
2025-08-25bulk-checkin: remove global transaction stateJustin Tobler3-7/+10
2025-08-22Merge branch 'ac/deglobal-fmt-merge-log-config'Junio C Hamano2-4/+5
2025-08-22Merge branch 'jc/diff-no-index-in-subdir'Junio C Hamano1-0/+15
2025-08-22Merge branch 'ms/refs-list'Junio C Hamano2-17/+33
2025-08-21Merge branch 'jc/strbuf-split'Junio C Hamano3-63/+64
2025-08-21Merge branch 'jc/string-list-split'Junio C Hamano3-3/+3
2025-08-21Merge branch 'rs/describe-with-prio-queue'Junio C Hamano1-24/+63
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano4-135/+226
2025-08-21Merge branch 'ps/reflog-migrate-fixes'Junio C Hamano1-19/+84
2025-08-20Merge branch 'lo/repo-info' into lo/repo-info-step-2Junio C Hamano1-0/+150
2025-08-20describe: pass commit to describe_commit()Jeff King1-11/+9
2025-08-20describe: handle blob traversal with no commitsJeff King1-2/+4
2025-08-18describe: catch unborn branch in describe_blob()Jeff King1-1/+7
2025-08-18describe: error if blob not foundJeff King1-0/+3
2025-08-18describe: pass oid struct by const pointerJeff King1-4/+4