From: Michael Radziej <mir@noris.de>
To: Bert Wesarg <bert.wesarg@googlemail.com>
Cc: Petr Baudis <pasky@suse.cz>,
git@vger.kernel.org, martin f krafft <madduck@debian.org>,
Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>,
Adam Simpkins <adam@adamsimpkins.net>
Subject: Re: [TopGit PATCH v2] tg-graph: print dependency graph like git log --graph
Date: Wed, 20 May 2009 12:37:04 +0200 [thread overview]
Message-ID: <20090520103703.GS8212@noris.de> (raw)
In-Reply-To: <1242801900-30895-1-git-send-email-bert.wesarg@googlemail.com>
On Wed, May 20, Bert Wesarg wrote:
> ChangeLog:
> v2:
> * fix rename bug which caused random segfaults in gvpr
> * add --decorate option, to print horizontal line from graph node to patch
> name (like gitk do it for commits with tags or branch decorations)
> * in dfs mode we should maintain the order given by the input
> * make dfs mode the default
Hmm, still doesn't work, but in a different way ;-)
a) graphviz 2.16-3ubuntu2
mir@mir:topgit (bw/tg-graph-v2)> tg graph
gvpr: "/usr/local/share/topgit/graph.gvpr", line 952: gg_nl_ret +=
graph_output_commit_line();<<<
-- cannot convert node_t to string
mir@mir:topgit (bw/tg-graph-v2)> tg summary --graphviz
# GraphViz output; pipe to:
# | dot -Tpng -o <ouput>
# or
# | dot -Txlib
digraph G {
graph [
rankdir = "TB"
label="TopGit Layout\n\n\n"
fontsize = 14
labelloc=top
pad = "0.5,0.5"
];
"30154name" -> "master";
"30154name" -> "master";
"30154name" -> "master";
}
b) graphviz 2.20.2-3~bpo40+1
mir@asterix:~/src/topgit-mradziej$ tg graph
mir@asterix:~/src/topgit-mradziej$ tg summary --graphviz
# GraphViz output; pipe to:
# | dot -Tpng -o <ouput>
# or
# | dot -Txlib
digraph G {
graph [
rankdir = "TB"
label="TopGit Layout\n\n\n"
fontsize = 14
labelloc=top
pad = "0.5,0.5"
];
"7344name" -> "master";
"7344name" -> "master";
"7344name" -> "master";
}
Michael
--
noris network AG - Deutschherrnstraße 15-19 - D-90429 Nürnberg -
Tel +49-911-9352-0 - Fax +49-911-9352-100
http://www.noris.de - The IT-Outsourcing Company
Vorstand: Ingo Kraupa (Vorsitzender), Joachim Astel, Hansjochen Klenk -
Vorsitzender des Aufsichtsrats: Stefan Schnabel - AG Nürnberg HRB 17689
next prev parent reply other threads:[~2009-05-20 10:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-20 6:45 [TopGit PATCH v2] tg-graph: print dependency graph like git log --graph Bert Wesarg
2009-05-20 10:37 ` Michael Radziej [this message]
2009-05-20 10:48 ` Bert Wesarg
2009-05-20 11:58 ` Michael Radziej
2009-05-21 9:29 ` Bert Wesarg
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=20090520103703.GS8212@noris.de \
--to=mir@noris.de \
--cc=adam@adamsimpkins.net \
--cc=bert.wesarg@googlemail.com \
--cc=git@vger.kernel.org \
--cc=madduck@debian.org \
--cc=pasky@suse.cz \
--cc=u.kleine-koenig@pengutronix.de \
/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.