Sergey Organov wrote: > Junio C Hamano <gitster@xxxxxxxxx> writes: >> 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. > 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 Thanks, Jonathan