All of lore.kernel.org
 help / color / mirror / Atom feed
* A better git log --graph?
@ 2015-01-07 14:23 Yuri D'Elia
  2015-01-07 15:47 ` Johan Herland
       [not found] ` <95FA7666-4031-48FE-B9F7-DC8BB969426C@gmail.com>
  0 siblings, 2 replies; 6+ messages in thread
From: Yuri D'Elia @ 2015-01-07 14:23 UTC (permalink / raw)
  To: git

Hi everyone,

git log --graph is hard for me to parse mentally when developing a
project which has a lot of branches.

All the tools I've been using seem to just parse log --graph's output,
and thus are no better at showing history.

I would love to have a graph mode where each branch is assigned a
column, and stays there. If my log section shows the history of 3
branches, column 1 should always refer to master, 2 to the hypothetical
"development" branch and 3 to "feature".

Of course the mode will waste more horizontal space, but it would be
immediately more apparent which branch is merging into which.

I saw this idea proposed a couple of times in the mailing list, but I
saw no "action" behind the proposal. Since I don't have time to work on
it, has anyone already started some work that he would like to share as
a starting point? Even just to have a felling if it's worth the effort.

Does anybody know of another tool to graph the history using something
that is not based on git log --graph?

I've seen a couple of graphviz-based ones, but both failed to work out
of the box for me.

Thanks a lot for any pointer.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-01-08 11:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-07 14:23 A better git log --graph? Yuri D'Elia
2015-01-07 15:47 ` Johan Herland
2015-01-07 16:33   ` Yuri D'Elia
2015-01-07 16:35   ` Junio C Hamano
     [not found] ` <95FA7666-4031-48FE-B9F7-DC8BB969426C@gmail.com>
2015-01-08 11:39   ` Yuri D'Elia
2015-01-08 11:59     ` John Szakmeister

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.