Adam Simpkins kirjoitti (6.4.2008 klo 11.42): > [...] graphing API [...] is more similar to gitk's graph, which many > people are already familiar with. It also doesn't require a terminal > with Unicode support. As I've spent some time in testing the --graph functionality I'm spamming my discoveries here. When limiting the log output to a subdirectory or to a file the graph becomes quite hard to understand. Probably the easiest way to demonstrate my point is to compare side by side (for example) git log --graph --pretty=oneline -- Documentation/ and gitk -- Documentation/ in the Git repository. gitk draws lines between commits even when they are not in direct parent-child relationship (i.e. there is longer series of commits between them). With log --graph it's hard to tell which development line some commits come from. The whole-repository log graphs seem to work nicely though. -- 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