From: Liu Yubao <yubao.liu@gmail.com>
To: git@vger.kernel.org
Subject: how to make gitk to use specified history information
Date: Mon, 16 Nov 2009 15:51:54 +0800 [thread overview]
Message-ID: <4B01049A.5090402@gmail.com> (raw)
Hi,
I want to obtain an outline of history information, for example:
a - b - c - d - h -i -j
\ /
e- f - g
I simplify the graph like this:
a - c - d - j
\ /
g
That's to say, I skip all commits that
* have only one parent, and
* have only one child, and
* its child has only one parent
I checked `git help rev-list` but didn't find this feature, so I
write a little script[1] to parse output of `git rev-list --parents
--full-history --sparse --all` and get the simplified history:
j d
d c g
c a
g a
Now how can I make gitk to show this simpilified history? I have tried
GraphViz but the history information is still so large that GraphViz
crashes.
[1] http://jff.googlecode.com/svn/trunk/utils/git-branch-graph.pl
Best regards,
Liu Yubao
next reply other threads:[~2009-11-16 7:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-16 7:51 Liu Yubao [this message]
2009-11-16 8:08 ` how to make gitk to use specified history information Eric Raible
2009-11-16 8:38 ` Liu Yubao
2009-11-16 10:58 ` dirty code to get an outline of commit history with gitk [Was: how to make gitk to use specified history information] Liu Yubao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B01049A.5090402@gmail.com \
--to=yubao.liu@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.