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
|
data MergeConfig
|
||||||
= MergeNonInteractive
|
= MergeNonInteractive
|
||||||
-- ^ avoids recent git's interactive merge
|
-- ^ avoids interactive merge
|
||||||
| MergeUnrelatedHistories
|
| MergeUnrelatedHistories
|
||||||
-- ^ avoids recent git's prevention of merging unrelated histories
|
-- ^ avoids git's prevention of merging unrelated histories
|
||||||
deriving (Eq)
|
deriving (Eq)
|
||||||
|
|
||||||
merge :: Ref -> [MergeConfig] -> CommitMode -> Repo -> IO Bool
|
merge :: Ref -> [MergeConfig] -> CommitMode -> Repo -> IO Bool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue