fix build of this
This commit is contained in:
parent
00d9da3534
commit
a27faf6999
1 changed files with 1 additions and 1 deletions
|
@ -44,5 +44,5 @@ main = do
|
||||||
_ <- Git.Index.override $ tmpIndex g
|
_ <- Git.Index.override $ tmpIndex g
|
||||||
setup g
|
setup g
|
||||||
Git.UnionMerge.merge aref bref g
|
Git.UnionMerge.merge aref bref g
|
||||||
_ <- Git.Branch.commit "union merge" newref [aref, bref] g
|
_ <- Git.Branch.commit Git.Branch.ManualCommit False "union merge" newref [aref, bref] g
|
||||||
cleanup g
|
cleanup g
|
||||||
|
|
Loading…
Add table
Reference in a new issue