Sverre Rabbelier <srabbelier@xxxxxxxxx> writes: > Heya, > > On Sun, Oct 11, 2009 at 20:27, Dilip M <dilipm79@xxxxxxxxx> wrote: >> I am trying git log --graph. (has commits in two branches...). But >> always see one line :( > > It'll show you the history of one branch at a time online, you won't > get the demo-ed multiple lines unless the branch you're looking at > contains merges. That said, git log --graph --all will show multiple branches. I personnally like the format of git log --graph --pretty=oneline --abbrev-commit with ui.color set to true in ~/.gitconfig. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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