Jeff King <peff@xxxxxxxx> writes: >> - system(qw(git diff-index -p --cached HEAD --), >> - map { $_->{VALUE} } @them); >> + system(qw(git diff -p --cached HEAD --), map { $_->{VALUE} } @them); > > Now this was a surprise after reading the commit message. This hunk makes the "show diff" subcommand honor user's external diff viewer if specified, which is a good change. But it does not belong to the "colored add -i" series. I mildly suspect that this change might have been my fault, but I think it should be treated in an independent patch anyway. - 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