add-interactive: retain colorbool values longer
Jeff King committed 11 months ago
color: return bool from want_color()
Jeff King committed 11 months ago
color: use git_colorbool enum type to store colorbools
Jeff King committed 11 months ago
mailmap: consolidate multiple addresses into one
Greg Hurrell committed 11 months ago
pretty: use format_commit_context.auto_color as colorbool
Jeff King committed 11 months ago
diff: stop passing ecbdata->use_color as boolean
Jeff King committed 11 months ago
diff: pass o->use_color directly to fill_metainfo()
Jeff King committed 11 months ago
diff: don't use diff_options.use_color as a strict bool
Jeff King committed 11 months ago
diff: simplify color_moved check when flushing
Jeff King committed 11 months ago
grep: don't treat grep_opt.color as a strict bool
Jeff King committed 11 months ago
color: return enum from git_config_colorbool()
Jeff King committed 11 months ago
color: use GIT_COLOR_* instead of numeric constants
Jeff King committed 11 months ago
Merge branch 'jk/add-i-color' into jk/color-variable-fixes
Junio C Hamano committed 11 months ago
odb: add transaction interface
Justin Tobler committed 11 months ago
object-file: update naming from bulk-checkin
Justin Tobler committed 11 months ago
object-file: relocate ODB transaction code
Justin Tobler committed 11 months ago
bulk-checkin: drop flush_odb_transaction()
Justin Tobler committed 11 months ago
builtin/update-index: end ODB transaction when --verbose is specified
Justin Tobler committed 11 months ago
bulk-checkin: remove ODB transaction nesting
Justin Tobler committed 11 months ago
t: expand tests around sparse merges and clean
Derrick Stolee committed 11 months ago