chiark / gitweb /
initial
authormartin f. krafft <madduck@debian.org>
Thu, 20 Nov 2008 09:58:06 +0000 (10:58 +0100)
committermartin f. krafft <madduck@debian.org>
Thu, 20 Nov 2008 09:58:17 +0000 (10:58 +0100)
.topdeps [new file with mode: 0644]
.topmsg [new file with mode: 0644]

diff --git a/.topdeps b/.topdeps
new file mode 100644 (file)
index 0000000..0459513
--- /dev/null
+++ b/.topdeps
@@ -0,0 +1 @@
+upstream
diff --git a/.topmsg b/.topmsg
new file mode 100644 (file)
index 0000000..5892994
--- /dev/null
+++ b/.topmsg
@@ -0,0 +1,10 @@
+From: martin f. krafft <madduck@debian.org>
+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 <madduck@debian.org>