From: "Uwe Kleine-König" <ukleinek@strlen.de>
To: Bert Wesarg <bert.wesarg@googlemail.com>, g@strlen.de
Cc: Petr Baudis <pasky@suse.cz>, git@vger.kernel.org
Subject: Re: [TopGit PATCH] prev/next/tsort: commands to explore dependencies
Date: Mon, 22 Sep 2008 22:10:25 +0200 [thread overview]
Message-ID: <20080922201025.GB792@strlen.de> (raw)
In-Reply-To: <36ca99e90809221032x3003c1f7q8ef09cb92a0473ad@mail.gmail.com>
On Mon, Sep 22, 2008 at 07:32:50PM +0200, Bert Wesarg wrote:
> On Mon, Sep 22, 2008 at 17:36, Petr Baudis <pasky@suse.cz> wrote:
> > Hi,
> >
> > On Fri, Sep 19, 2008 at 11:55:00AM +0200, Bert Wesarg wrote:
> >> I hacked 3 commands to explore the dependencies of TopGit patches:
> >
> > thanks, the idea of all three commands is good,
> >
> >> I) tg prev [NAME]
> >> outputs the dependencies of NAME
> >>
> >> II) tg next [NAME]
> >> outputs patches that depends on NAME
> >
> > but I think it would be cleaner to add this functionality to
> > tg info...
> Right, but 'tg next' is shorter than any 'tg info --next'.
>
> >
> >> III) tg tsort [PATTERN]
> >> outputs a topological order of all patches starting with PATTERN
> >
> > ...and tg summary (overally, to have a tree view of branches).
> Maybe something like the graph output from git rev-log --graph?
>
> >> + printf "%s\t%q\n" "${dep_rev}" "${dep}" >&3
> >> + printf "%s\t%s\n" "${topic_rev}" "${dep_rev}"
> >
> > %q?
>
> "and %q causes printf to output the corresponding argument in a
> format that can be reused as shell input."
With /bin/sh == dash this doesn't work. I havn't looked where and how
this is used, but rev-parse has an --sq option that results in the
output being shell quoted. Maybe this can help?
Best regards
Uwe
next prev parent reply other threads:[~2008-09-22 20:11 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-19 9:55 [TopGit PATCH] prev/next/tsort: commands to explore dependencies Bert Wesarg
2008-09-19 9:55 ` [TopGit PATCH] tg-patch: add From/Date: line to header and print to file Bert Wesarg
2008-09-22 15:39 ` Petr Baudis
2008-09-22 18:10 ` Bert Wesarg
2008-09-22 15:36 ` [TopGit PATCH] prev/next/tsort: commands to explore dependencies Petr Baudis
2008-09-22 17:32 ` Bert Wesarg
2008-09-22 20:10 ` Uwe Kleine-König [this message]
2008-09-22 20:18 ` Bert Wesarg
2008-09-24 15:23 ` Petr Baudis
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=20080922201025.GB792@strlen.de \
--to=ukleinek@strlen.de \
--cc=bert.wesarg@googlemail.com \
--cc=g@strlen.de \
--cc=git@vger.kernel.org \
--cc=pasky@suse.cz \
/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 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).