summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-09-18Merge branch 'pw/3.0-commentchar-auto-deprecation'Junio C Hamano14-12/+423
2025-09-18Merge branch 'kh/doc-fast-import-markup-fix'Junio C Hamano1-4/+4
2025-09-18sequencer: remove VERBATIM_MSG flagPhillip Wood1-11/+0
2025-09-18rebase -i: respect commit.cleanup when picking fixupsPhillip Wood2-7/+22
2025-09-18last-modified: fix bug when some paths remain unhandledToon Claes4-1/+26
2025-09-17BreakingChanges: remove claim about whatchanged reportsKristoffer Haugsbakk1-1/+1
2025-09-17whatchanged: remove not-even-shorter clauseKristoffer Haugsbakk1-1/+1
2025-09-17whatchanged: hint about git-log(1) and aliasingKristoffer Haugsbakk5-8/+24
2025-09-17you-still-use-that??: help the user help themselvesKristoffer Haugsbakk1-5/+18
2025-09-17t0014: test shadowing of aliases for a sample of builtinsKristoffer Haugsbakk1-0/+17
2025-09-17git: allow alias-shadowing deprecated builtinsKristoffer Haugsbakk3-1/+59
2025-09-17git: move seen-alias bookkeeping into handle_alias(...)Kristoffer Haugsbakk1-23/+25
2025-09-17git: add `deprecated` category to --list-cmdsKristoffer Haugsbakk2-9/+20
2025-09-17Makefile: don’t add whatchanged after it has been removedKristoffer Haugsbakk1-0/+2
2025-09-17fast-import: add '--signed-commits=<mode>' optionChristian Couder4-9/+164
2025-09-17gpg-interface: refactor 'enum sign_mode' parsingChristian Couder3-14/+37
2025-09-17refs/files: handle D/F conflicts during lockingKarthik Nayak3-6/+60
2025-09-17refs/files: handle F/D conflicts in case-insensitive FSKarthik Nayak2-2/+37
2025-09-17refs/files: use correct error type when lock existsKarthik Nayak2-3/+44
2025-09-17refs/files: catch conflicts on case-insensitive file-systemsKarthik Nayak6-9/+124
2025-09-17send-email: don't duplicate Reply-to: in intro messageNeilBrown1-0/+3
2025-09-16config: store want_color() result in a separate boolJeff King1-3/+4
2025-09-16add-interactive: retain colorbool values longerJeff King2-9/+9
2025-09-16color: return bool from want_color()Jeff King2-5/+5
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King23-33/+37
2025-09-16mailmap: consolidate multiple addresses into oneGreg Hurrell1-0/+2
2025-09-16pretty: use format_commit_context.auto_color as colorboolJeff King1-2/+2
2025-09-16diff: stop passing ecbdata->use_color as booleanJeff King1-3/+3
2025-09-16diff: pass o->use_color directly to fill_metainfo()Jeff King1-1/+1
2025-09-16diff: don't use diff_options.use_color as a strict boolJeff King1-3/+2
2025-09-16diff: simplify color_moved check when flushingJeff King1-12/+9
2025-09-16grep: don't treat grep_opt.color as a strict boolJeff King1-2/+2
2025-09-16color: return enum from git_config_colorbool()Jeff King2-6/+8
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King21-40/+42
2025-09-16Merge branch 'jk/add-i-color' into jk/color-variable-fixesJunio C Hamano7-40/+148
2025-09-16odb: add transaction interfaceJustin Tobler9-19/+46
2025-09-16object-file: update naming from bulk-checkinJustin Tobler1-44/+36
2025-09-16object-file: relocate ODB transaction codeJustin Tobler11-453/+410
2025-09-16bulk-checkin: drop flush_odb_transaction()Justin Tobler2-17/+2
2025-09-16builtin/update-index: end ODB transaction when --verbose is specifiedJustin Tobler1-8/+15
2025-09-16bulk-checkin: remove ODB transaction nestingJustin Tobler3-18/+14
2025-09-15t: expand tests around sparse merges and cleanDerrick Stolee1-22/+34
2025-09-15sparse-index: point users to new 'clean' actionDerrick Stolee1-1/+2
2025-09-15sparse-checkout: add --verbose option to 'clean'Derrick Stolee3-5/+40
2025-09-15The ninth batchJunio C Hamano1-0/+16
2025-09-15Merge branch 'mm/worktree-doc-typofix'Junio C Hamano1-1/+1
2025-09-15Merge branch 'rs/object-name-extend-abbrev-len-update'Junio C Hamano1-3/+2
2025-09-15Merge branch 'ps/upload-pack-oom-protection'Junio C Hamano2-36/+51
2025-09-15Merge branch 'ds/midx-write-fixes'Junio C Hamano2-69/+84
2025-09-15Merge branch 'lo/repo-info-step-2'Junio C Hamano3-14/+58