Hi, On Thu, 22 May 2008, Johannes Schindelin wrote: > > Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> Sverre just notified me that the commit message is not brilliant. How about this: -- snip -- When calling "git log --left-right <branch1>...<branch2>", a single "<" or ">" is shown in front of the commit line, to indicate which branch1 this commit comes from, branch1 or branch2. However, it is easy to miss in the output of "git log --graph ...", since the graph still has "*" for regular commits and "M" for merge commits. So imitate gitk, and show the "<" and ">" characters in the graph, too, instead of "*" (or "M"). -- snap -- Thanks, Dscho -- 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