From: martin f. krafft Date: Thu, 20 Nov 2008 09:58:06 +0000 (+0100) Subject: initial X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=commitdiff_plain;h=855cfd05ec0f53f64202912dc85a749e09a34cf7 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..5892994 --- /dev/null +++ b/.topmsg @@ -0,0 +1,10 @@ +From: martin f. krafft +Subject: [PATCH] Allow help/--help/-h to be run outside of a TopGit repo + +The user ought to be able to call `tg help` from anywhere in the filesystem, +not just Git repositories, so the help parsing has to happen before the calls +to git git binary. + +Debian bug: #501982 + +Signed-off-by: martin f. krafft