From a6f17aabcf0318fd2ab2e55c9ff13b13a54b25dc Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Fri, 21 Nov 2008 12:51:40 +0100 Subject: [PATCH] initial --- .topdeps | 1 + .topmsg | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 .topdeps create mode 100644 .topmsg 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..e7351b9 --- /dev/null +++ b/.topmsg @@ -0,0 +1,8 @@ +From: martin f. krafft +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 -- 2.30.2