]> Sergey Matveev's repositories - public-inbox.git/commitdiff
build: allow "check" to work in non-git subdirs of worktrees
authorEric Wong <e@80x24.org>
Thu, 2 Jan 2020 23:29:28 +0000 (23:29 +0000)
committerEric Wong <e@80x24.org>
Fri, 3 Jan 2020 02:29:10 +0000 (02:29 +0000)
Some people will place the contents of an unpacked tarball
inside another directory controlled by git (e.g. a ports tree
or even git-versioned home directory).  "git ls-files" will
succeed in those cases, so we must check for the existence
of a ".git" dir, instead.


No differences found