update comments

This commit is contained in:
Joey Hess 2020-09-07 13:03:51 -04:00
parent 69053a93a2
commit 5abb0f86c4
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -22,9 +22,9 @@ import Git.Branch (CommitMode(..))
data MergeConfig
= MergeNonInteractive
-- ^ avoids recent git's interactive merge
-- ^ avoids interactive merge
| MergeUnrelatedHistories
-- ^ avoids recent git's prevention of merging unrelated histories
-- ^ avoids git's prevention of merging unrelated histories
deriving (Eq)
merge :: Ref -> [MergeConfig] -> CommitMode -> Repo -> IO Bool