Fix bug that caused unlocked annexed dotfiles to be added to git by the smudge filter when annex.dotfiles was not set.
This commit is contained in:
parent
96ed67671d
commit
1978a24207
4 changed files with 22 additions and 1 deletions
|
@ -176,7 +176,7 @@ shouldAnnex file indexmeta moldkey = ifM (annexGitAddToAnnex <$> Annex.getGitCon
|
|||
checkmatcher d
|
||||
| dotfile file = ifM (getGitConfigVal annexDotFiles)
|
||||
( go
|
||||
, return False
|
||||
, d
|
||||
)
|
||||
| otherwise = go
|
||||
where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue