fix comment

This commit is contained in:
Joey Hess 2023-02-14 13:28:02 -04:00
parent e44716f277
commit c1f4d536b2
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -227,7 +227,7 @@ checkForRepo dir =
isRepo = checkdir $ isRepo = checkdir $
gitSignature (".git" </> "config") gitSignature (".git" </> "config")
<||> <||>
-- A git-worktree lacks .git/config, but has .git/commondir. -- A git-worktree lacks .git/config, but has .git/gitdir.
-- (Normally the .git is a file, not a symlink, but it can -- (Normally the .git is a file, not a symlink, but it can
-- be converted to a symlink and git will still work; -- be converted to a symlink and git will still work;
-- this handles that case.) -- this handles that case.)