From: martin f. krafft Date: Thu, 20 Nov 2008 10:03:37 +0000 (+0100) Subject: initial X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=7f2e9832190d7cac465762a88353a5716e6038cc;p=topgit.git initial --- diff --git a/.topdeps b/.topdeps new file mode 100644 index 0000000..0459513 --- /dev/null +++ b/.topdeps @@ -0,0 +1 @@ +upstream diff --git a/.topmsg b/.topmsg new file mode 100644 index 0000000..2da2505 --- /dev/null +++ b/.topmsg @@ -0,0 +1,9 @@ +From: martin f. krafft +Subject: [PATCH] Unify export of branches + +Currently, tg-export does things a little differently whether -b is passed or +not, when really -b should just default to the name of the current branch. + +-b could also make sense with the collapse driver. + +Signed-off-by: martin f. krafft