From: Ian Jackson Date: Wed, 28 Dec 2011 01:56:26 +0000 (+0000) Subject: Merge commit 'refs/top-bases/fixes/tg--r-require-arg' into fixes/tg--r-require-arg X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=commitdiff_plain;h=7fc96160f2d30e75194eb3d8958a4f910a101735;hp=d279e292a787fa733746c3d15209c70e5596ab10 Merge commit 'refs/top-bases/fixes/tg--r-require-arg' into fixes/tg--r-require-arg --- 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..65a11de --- /dev/null +++ b/.topmsg @@ -0,0 +1,7 @@ +From: martin f. krafft +Subject: [TopGit 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