chiark / gitweb /
initial
authormartin f. krafft <madduck@debian.org>
Fri, 21 Nov 2008 11:51:40 +0000 (12:51 +0100)
committermartin f. krafft <madduck@debian.org>
Fri, 21 Nov 2008 11:51:40 +0000 (12:51 +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..e7351b9
--- /dev/null
+++ b/.topmsg
@@ -0,0 +1,8 @@
+From: martin f. krafft <madduck@debian.org>
+Subject: [TopGit PATCH] ensure we are in the worktree, not .git
+
+Bert Wesarg suggests to check that we are not inside the .git directory before
+setting up topgit. Because git rev-parse --git-dir only works in the top .git
+dir, not deeper (i.e. inside .git/refs) and will always return "."
+
+Signed-off-by: martin f. krafft <madduck@debian.org>