use a Set
This commit is contained in:
parent
fb6173e3f5
commit
c8163ce29a
4 changed files with 17 additions and 16 deletions
|
@ -42,7 +42,7 @@ branchHashLevels = configHashLevels OneLevelBranchHash
|
|||
|
||||
configHashLevels :: Difference -> GitConfig -> HashLevels
|
||||
configHashLevels d config
|
||||
| hasDifference (== d) (annexDifferences config) = HashLevels 1
|
||||
| hasDifference d (annexDifferences config) = HashLevels 1
|
||||
| otherwise = def
|
||||
|
||||
branchHashDir :: GitConfig -> Key -> String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue