Jonathan Nieder [off-list ref] writes:
Sergey Organov wrote:
quoted
Junio C Hamano [off-list ref] writes:
quoted
quoted
This is about "log" from the "rev-list" family, not "diff" to
compare two endpoints, so "git diff" won't be affected, and "git
diff-tree" is not affected, either.
You are right. I've added a test for "git diff-tree -m", and the changes
don't break it.
Good.
quoted
Can easily re-roll if you think the test worth it.
I care more about the commit message than the test --- i.e. mentioning
that this doesn't affect commands like
git rev-list HEAD~5..HEAD | git diff-tree --stdin -m
OK, re-roll to follow...
Thanks,
-- Sergey Organov