git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Compact view of history in gitk
@ 2009-09-29 11:49 Yakup Akbay
  2009-09-29 12:07 ` Johannes Sixt
  0 siblings, 1 reply; 5+ messages in thread
From: Yakup Akbay @ 2009-09-29 11:49 UTC (permalink / raw)
  To: git

Hi,

imagine a git history with many branches and many many commits in it,

which you cannot have a bird's eye view to the whole git history
(consider linux kernel). What I'm looking for is to see is a graphical
history representation with only the tip of all branches plus all merge
bases drwan like a molecul shape, where all intermediate commits are
replaced by a single symbol like '~'. 

Think of the gitk version of the history below:

                  E-*-*-*-F
                 /
A-*-*-*-*-*-*-B-C-*-*-*-D
               \
                G-*-*-H-*-*-*-I
                       \
                        J-*-*-*-*-*-K


I want an output like this:

        E-~-F
       /
A-~-B-C-~-D
     \
      G-~-H-~-I
           \
            J-~-K

Is there an option in gitk (or in any other tool) to get such a view? 

Yakup

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

end of thread, other threads:[~2009-09-30 18:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-29 11:49 Compact view of history in gitk Yakup Akbay
2009-09-29 12:07 ` Johannes Sixt
2009-09-29 12:44   ` Yakup Akbay
2009-09-29 15:21   ` Martin Langhoff
2009-09-30 18:41     ` Dirk Süsserott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).