improve comment
This commit is contained in:
parent
2577f1c0a2
commit
10703dc817
1 changed files with 4 additions and 1 deletions
|
@ -172,7 +172,10 @@ mergeConfig :: [Git.Merge.MergeConfig]
|
||||||
mergeConfig =
|
mergeConfig =
|
||||||
[ Git.Merge.MergeNonInteractive
|
[ Git.Merge.MergeNonInteractive
|
||||||
-- In several situations, unrelated histories should be merged
|
-- In several situations, unrelated histories should be merged
|
||||||
-- together. This includes pairing in the assistant etc.
|
-- together. This includes pairing in the assistant, and merging
|
||||||
|
-- from a remote into a newly created direct mode repo.
|
||||||
|
-- (Once direct mode is removed, this could be changed, so only
|
||||||
|
-- the assistant uses it.)
|
||||||
, Git.Merge.MergeUnrelatedHistories
|
, Git.Merge.MergeUnrelatedHistories
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue