update comments
This commit is contained in:
parent
69053a93a2
commit
5abb0f86c4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue