Teemu Likonen wrote (2008-06-04 18:00 +0300): > $ git log --graph --first-parent --pretty=oneline --abbrev-commit > > M 2ba1dba... Merge branch 'topic' > |\ > * | b762236... Change from branch 'master' > * | d7fb80a... Initial commit > / > > > So, it prints the second parent line but it leads to nowhere. Try the > same with the git repository and you'll see a _lots_ of parallel > branch lines which seem to go nowhere. And by the way, I'm pretty sure that some earlier log --graph version printed only this with --first-parent: M 2ba1dba... Merge branch 'topic' |\ * b762236... Change from branch 'master' * d7fb80a... Initial commit -- 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