2 # TopGit - A different patch queue manager
3 # (c) Petr Baudis <pasky@suse.cz> 2008
4 # (c) Bert Wesarg <Bert.Wesarg@googlemail.com> 2009
17 [ -z "$head_from" ] || die
"-i and -w are mutually exclusive"
20 echo "Usage: ${tgname:-tg} [...] next [-i | -w] [<name>]" >&2
23 [ -z "$name" ] || die
"name already specified ($name)"
28 head="$(git rev-parse --revs-only --abbrev-ref=loose HEAD --)"
32 non_annihilated_branches |
35 # select .topdeps source for HEAD branch
36 [ "x$parent" = "x$head" ] ||
39 cat_file
"refs/heads/$parent:.topdeps" $from 2>/dev
/null | LC_ALL
=C
grep -Fqx "$name" ||