From: Liu Yubao <yubao.liu@gmail.com>
To: Eric Raible <raible@gmail.com>
Cc: git@vger.kernel.org, Junio C Hamano <gitster@pobox.com>
Subject: dirty code to get an outline of commit history with gitk [Was: how to make gitk to use specified history information]
Date: Mon, 16 Nov 2009 18:58:58 +0800 [thread overview]
Message-ID: <4B013072.5030208@gmail.com> (raw)
In-Reply-To: <loom.20091116T090441-576@post.gmane.org>
Eric Raible wrote:
> Liu Yubao <yubao.liu <at> gmail.com> writes:
>
>> 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
>
> "gitk --simplify-by-decoration"?
>
> - Eric
>
Hi, I get a very dirty implementation, see
http://jff.googlecode.com/svn/trunk/utils/git-branch-graph/
http://jff.googlecode.com/files/gitk-branch-graph--all.png
http://jff.googlecode.com/files/gitk--all.png
These are just to show my expectation, the code is very very very dirty,
I hope git and gitk will add this feature in an elegant and efficent way.
prev parent reply other threads:[~2009-11-16 10:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-16 7:51 how to make gitk to use specified history information Liu Yubao
2009-11-16 8:08 ` Eric Raible
2009-11-16 8:38 ` Liu Yubao
2009-11-16 10:58 ` Liu Yubao [this message]
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=4B013072.5030208@gmail.com \
--to=yubao.liu@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=raible@gmail.com \
/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.