resolvemerge: New plumbing command that runs the automatic merge conflict resolver.
This commit is contained in:
parent
003ebf58f5
commit
cb66ca3a76
6 changed files with 60 additions and 3 deletions
|
@ -5,7 +5,10 @@
|
|||
- Licensed under the GNU GPL version 3 or higher.
|
||||
-}
|
||||
|
||||
module Annex.AutoMerge (autoMergeFrom) where
|
||||
module Annex.AutoMerge
|
||||
( autoMergeFrom
|
||||
, resolveMerge
|
||||
) where
|
||||
|
||||
import Common.Annex
|
||||
import qualified Annex.Queue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue