chiark / gitweb /
Use the topological order when exporting explicitly listed branches.
[topgit.git] / .topmsg
1 From: martin f. krafft <madduck@debian.org>
2 Subject: [PATCH] Unify export of branches
3
4 Currently, tg-export does things a little differently whether -b is passed or
5 not, when really -b should just default to the name of the current branch.
6
7 -b could also make sense with the collapse driver.
8
9 Debian bug: #506284
10 Credits: Niko Tyni <ntyni@debian.org> for spotting the bug and sending an
11  initial fix.
12
13 Signed-off-by: martin f. krafft <madduck@debian.org>