Thomas Rast <tr@xxxxxxxxxxxxx> writes: > The four ways of displaying merge diffs, > > * none: no diff > * -m: against each parent > * -c: combined > * --cc: combined-condensed > > were encoded in three flag bits in struct rev_info. Fold them all > into a single enum field that captures the variants. Nice. It also has a good side effect to spell "condensed" out, instead of using a shorter "dense", and the end result matches what the command line option calls it ;-). -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html