chiark / gitweb /
factor out checks into function
[topgit.git] / .topmsg
1 From: martin f. krafft <madduck@debian.org>
2 Subject: [TopGit PATCH] ensure we are in the worktree, not .git
3
4 Bert Wesarg suggests to check that we are not inside the .git directory before
5 setting up topgit. Because git rev-parse --git-dir only works in the top .git
6 dir, not deeper (i.e. inside .git/refs) and will always return "."
7
8 Signed-off-by: martin f. krafft <madduck@debian.org>