On Fri, Jul 10, 2009 at 7:33 PM, Jakub Narebski<jnareb@xxxxxxxxx> wrote: > Actually the problem is deeper; both 'commitdiff' and 'commitdiff_plain' > try to do two things at once: an equivalent of "git show <commit>" _and_ > equivalent of "git diff <commit 1> <commit 2>"... and they fail. I think the time might have come to break backwards compatibility and fix commitdiff view once and for all ... of course we would have to choose HOW to fix it ... For single commits, we could have commitdiff = commit + diff and commitdiff_plain = patch. For multiple commits, we could have commitdiff(_plain) output a list of subjects for each commit involved, + the output of git diff. How does that sound? (read?) -- Giuseppe "Oblomov" Bilotta -- 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