summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-09-18Merge branch 'sg/line-log-boundary-fixes'Junio C Hamano-3/+218
2025-09-18Merge branch 'jc/doc-includeif-hasconfig-remote-url-fix'Junio C Hamano-5/+4
2025-09-18Merge branch 'ag/send-email-imap-sent'Junio C Hamano-10/+84
2025-09-18Merge branch 'pw/3.0-commentchar-auto-deprecation'Junio C Hamano-13/+424
2025-09-18Merge branch 'kh/doc-fast-import-markup-fix'Junio C Hamano-4/+4
2025-09-18sequencer: remove VERBATIM_MSG flagPhillip Wood-11/+0
2025-09-18rebase -i: respect commit.cleanup when picking fixupsPhillip Wood-7/+22
2025-09-18last-modified: fix bug when some paths remain unhandledToon Claes-1/+26
2025-09-17BreakingChanges: remove claim about whatchanged reportsKristoffer Haugsbakk-1/+1
2025-09-17whatchanged: remove not-even-shorter clauseKristoffer Haugsbakk-1/+1
2025-09-17whatchanged: hint about git-log(1) and aliasingKristoffer Haugsbakk-8/+24
2025-09-17you-still-use-that??: help the user help themselvesKristoffer Haugsbakk-5/+18
2025-09-17t0014: test shadowing of aliases for a sample of builtinsKristoffer Haugsbakk-0/+17
2025-09-17git: allow alias-shadowing deprecated builtinsKristoffer Haugsbakk-1/+59
2025-09-17git: move seen-alias bookkeeping into handle_alias(...)Kristoffer Haugsbakk-23/+25
2025-09-17git: add `deprecated` category to --list-cmdsKristoffer Haugsbakk-9/+20
2025-09-17Makefile: don’t add whatchanged after it has been removedKristoffer Haugsbakk-0/+2
2025-09-17fast-import: add '--signed-commits=<mode>' optionChristian Couder-10/+165
2025-09-17gpg-interface: refactor 'enum sign_mode' parsingChristian Couder-14/+37
2025-09-17refs/files: handle D/F conflicts during lockingKarthik Nayak-6/+60
2025-09-17refs/files: handle F/D conflicts in case-insensitive FSKarthik Nayak-2/+37
2025-09-17refs/files: use correct error type when lock existsKarthik Nayak-3/+44
2025-09-17refs/files: catch conflicts on case-insensitive file-systemsKarthik Nayak-9/+124
2025-09-17send-email: don't duplicate Reply-to: in intro messageNeilBrown-0/+3
2025-09-16config: store want_color() result in a separate boolJeff King-3/+4
2025-09-16add-interactive: retain colorbool values longerJeff King-9/+9
2025-09-16color: return bool from want_color()Jeff King-5/+5
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King-33/+37
2025-09-16mailmap: consolidate multiple addresses into oneGreg Hurrell-0/+2
2025-09-16pretty: use format_commit_context.auto_color as colorboolJeff King-2/+2
2025-09-16diff: stop passing ecbdata->use_color as booleanJeff King-3/+3
2025-09-16diff: pass o->use_color directly to fill_metainfo()Jeff King-1/+1
2025-09-16diff: don't use diff_options.use_color as a strict boolJeff King-3/+2
2025-09-16diff: simplify color_moved check when flushingJeff King-14/+11
2025-09-16grep: don't treat grep_opt.color as a strict boolJeff King-2/+2
2025-09-16color: return enum from git_config_colorbool()Jeff King-6/+8
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King-40/+42
2025-09-16Merge branch 'jk/add-i-color' into jk/color-variable-fixesJunio C Hamano-42/+150
2025-09-16odb: add transaction interfaceJustin Tobler-19/+46
2025-09-16object-file: update naming from bulk-checkinJustin Tobler-44/+36
2025-09-16object-file: relocate ODB transaction codeJustin Tobler-453/+410
2025-09-16bulk-checkin: drop flush_odb_transaction()Justin Tobler-17/+2
2025-09-16builtin/update-index: end ODB transaction when --verbose is specifiedJustin Tobler-8/+15
2025-09-16bulk-checkin: remove ODB transaction nestingJustin Tobler-18/+14
2025-09-15t: expand tests around sparse merges and cleanDerrick Stolee-22/+34
2025-09-15sparse-index: point users to new 'clean' actionDerrick Stolee-1/+2
2025-09-15sparse-checkout: add --verbose option to 'clean'Derrick Stolee-5/+40
2025-09-15The ninth batchJunio C Hamano-0/+16
2025-09-15Merge branch 'mm/worktree-doc-typofix'Junio C Hamano-1/+1
2025-09-15Merge branch 'rs/object-name-extend-abbrev-len-update'Junio C Hamano-3/+2