projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e44716f
)
fix comment
author
Joey Hess
<joeyh@joeyh.name>
Tue, 14 Feb 2023 17:28:02 +0000
(13:28 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Tue, 14 Feb 2023 17:28:02 +0000
(13:28 -0400)
Git/Construct.hs
patch
|
blob
|
history
diff --git
a/Git/Construct.hs
b/Git/Construct.hs
index 27123e337d86dcee7a819856695d46d8a6361335..89b1e1fafed1ecddacde1edf7a3a7b6358805d81 100644
(file)
--- a/
Git/Construct.hs
+++ b/
Git/Construct.hs
@@
-227,7
+227,7
@@
checkForRepo dir =
isRepo = checkdir $
gitSignature (".git" </> "config")
<||>
- -- A git-worktree lacks .git/config, but has .git/
common
dir.
+ -- A git-worktree lacks .git/config, but has .git/
git
dir.
-- (Normally the .git is a file, not a symlink, but it can
-- be converted to a symlink and git will still work;
-- this handles that case.)