On Mon, Nov 03, 2008 at 11:43:00AM -0800, Linus Torvalds wrote: > gitk --simplify-namespace Very nice. git log --graph seems to give slightly different results though. In particular, in git.git if I do git for-each-ref --format="%(refname)" refs/remotes/origin | \ xargs git log --simplify-namespace --graph --pretty='format:%H%n' | \ git name-rev --stdin --name-only | \ less some of the history is not connected. Is this a known limitation of git log --graph? -- 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