From: martin f. krafft Date: Thu, 20 Nov 2008 12:01:38 +0000 (+0100) Subject: initial X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=ba6c2c94019315a71309734df3365ed72355f4ca;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..051ae07 --- /dev/null +++ b/.topmsg @@ -0,0 +1,7 @@ +From: martin f. krafft +Subject: [PATCH] Require an argument to tg -r + +Right now, if -r is passed to tg, an ugly shift error occurs. This patch +checks for that case and outputs the help message if it occurs. + +Signed-off-by: martin f. krafft