Jeff King <peff@xxxxxxxx> writes: > On Sun, Mar 06, 2011 at 04:36:28PM -0800, Junio C Hamano wrote: > >> The --cc format _is_ the default, not -c format. > > Hmm. "git show" seems to show --cc, but "git log -p" does not show > anything. The intention has always been to default to --cc since 0fe7c1d (built-in diff: assorted updates., 2006-04-29) for "diff" if I am not misremembering things, but you are right---"log" is a tad different. The code does not want to use --cc by default for "log", and I don't think that should change. See 1aec791 (git log: don't do merge diffs by default, 2006-04-19). -- 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