On Thu, May 20, 2010 at 03:25:32AM -0700, Bo Yang wrote:
When we run git log --graph with any other diff output function, such as '-p','--check','--numstat' or other diff optoins, the diff output area have no graph lines ahead of it. And this make the text graph looks strange.
The following 7 patches try to deal with this, and put the text graph
columns before all the diff output lines.
This is very cool. "git log --graph --oneline --stat" is interesting to
see. It seems to work fine with "-p", "--stat", and "--raw". But try:
git log --graph --oneline --summary 212f0ba
Summary lines for some reason don't get properly indented or prefixed
with branch lines.
-Peff