summaryrefslogtreecommitdiffstats
path: root/builtin
AgeCommit message (Expand)AuthorLines
2025-09-22builtin/config: do not spawn pager when printing color codesPatrick Steinhardt-1/+2
2025-09-22builtin/config: special-case retrieving colors without a keyPatrick Steinhardt-0/+2
2025-09-22builtin/config: do not die in `get_color()`Patrick Steinhardt-4/+11
2025-09-21stash: honor stash.index in apply, pop modesD. Ben Knoble-2/+7
2025-09-21stash: refactor private config globalsD. Ben Knoble-4/+4
2025-09-19builtin/refs: add optimize subcommandMeet Soni-0/+17
2025-09-19builtin/pack-refs: factor out core logic into a shared libraryMeet Soni-49/+5
2025-09-19builtin/pack-refs: convert to use the generic refs_optimize() APIMeet Soni-1/+1
2025-09-18Merge branch 'pc/range-diff-memory-limit'Junio C Hamano-0/+22
2025-09-18Merge branch 'pw/3.0-commentchar-auto-deprecation'Junio C Hamano-0/+20
2025-09-18last-modified: fix bug when some paths remain unhandledToon Claes-0/+1
2025-09-17whatchanged: hint about git-log(1) and aliasingKristoffer Haugsbakk-2/+8
2025-09-17fast-import: add '--signed-commits=<mode>' optionChristian Couder-10/+53
2025-09-17gpg-interface: refactor 'enum sign_mode' parsingChristian Couder-14/+5
2025-09-17refs/files: catch conflicts on case-insensitive file-systemsKarthik Nayak-3/+18
2025-09-16config: store want_color() result in a separate boolJeff King-3/+4
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King-8/+8
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King-16/+17
2025-09-16odb: add transaction interfaceJustin Tobler-7/+9
2025-09-16object-file: relocate ODB transaction codeJustin Tobler-3/+1
2025-09-16builtin/update-index: end ODB transaction when --verbose is specifiedJustin Tobler-8/+15
2025-09-15sparse-checkout: add --verbose option to 'clean'Derrick Stolee-2/+24
2025-09-15Merge branch 'lo/repo-info-step-2'Junio C Hamano-12/+33
2025-09-15Merge branch 'jt/de-global-bulk-checkin'Junio C Hamano-7/+10
2025-09-12Merge branch 'rs/describe-with-lazy-queue-and-oidset'Junio C Hamano-12/+22
2025-09-12Merge branch 'ms/refs-exists'Junio C Hamano-0/+48
2025-09-12Merge branch 'ps/object-store-midx-dedup-info'Junio C Hamano-13/+31
2025-09-12sparse-checkout: match some 'clean' behaviorDerrick Stolee-1/+14
2025-09-12sparse-checkout: add basics of 'clean' commandDerrick Stolee-1/+63
2025-09-12sparse-checkout: remove use of the_repositoryDerrick Stolee-55/+62
2025-09-11odb: drop deprecated wrapper functionsPatrick Steinhardt-3/+3
2025-09-10use repo_get_oid_with_flags()René Scharfe-19/+9
2025-09-09Merge branch 'jt/de-global-bulk-checkin' into jt/odb-transactionJunio C Hamano-7/+10
2025-09-08Merge branch 'tc/last-modified'Junio C Hamano-0/+326
2025-09-08Merge branch 'ds/ls-files-lazy-unsparse'Junio C Hamano-3/+10
2025-09-08stash: pass --no-color to diff plumbing child processesJeff King-1/+4
2025-09-04repo: add the field objects.formatLucas Seiki Oshiro-0/+7
2025-09-04repo: add the flag -z as an alias for --format=nulLucas Seiki Oshiro-12/+26
2025-09-02describe: use oidset in finish_depth_computation()René Scharfe-12/+22
2025-09-02builtin/refs: add 'exists' subcommandMeet Soni-0/+48
2025-09-02Merge branch 'ps/object-store-midx-dedup-info' into ps/packfile-storeJunio C Hamano-13/+31
2025-08-29range-diff: add configurable memory limit for cost matrixPaulo Casaretto-0/+22
2025-08-29Merge branch 'jk/describe-blob'Junio C Hamano-16/+25
2025-08-28last-modified: use Bloom filters when availableToon Claes-2/+46
2025-08-28last-modified: new subcommand to show when files were last modifiedToon Claes-0/+281
2025-08-28ls-files: conditionally leave index sparseDerrick Stolee-3/+10
2025-08-26config: warn on core.commentString=autoPhillip Wood-0/+16
2025-08-26breaking-changes: deprecate support for core.commentString=autoPhillip Wood-0/+4
2025-08-25Merge branch 'lo/repo-info'Junio C Hamano-0/+150
2025-08-25Merge branch 'ps/commit-graph-wo-globals'Junio C Hamano-6/+7