On Mon, Nov 16, 2009 at 1:03 PM, rhlee <richard@xxxxxxxxxxxxxxx> wrote: > > Hi git forum, > > Is there anyway to to view a text based git grah that shows all paths with > the branch labels? Like a on gitk but ncurses based? For third-party tools you can check: http://git-scm.com/tools > > I can get all paths in git log --graph, but I can't get the branch labels. Have you tried --decorate? I have an alias for this: alias.logk = log --graph --pretty=oneline --abbrev-commit --decorate HTH, Santi -- 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