cleanup
This commit is contained in:
parent
a71e7161fc
commit
d707f2dce5
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ onAdd g file _
|
||||||
| otherwise = do
|
| otherwise = do
|
||||||
let branch = Git.Ref $ "refs" </> "heads" </> takeFileName file
|
let branch = Git.Ref $ "refs" </> "heads" </> takeFileName file
|
||||||
current <- Git.Branch.current g
|
current <- Git.Branch.current g
|
||||||
print (branch, current)
|
|
||||||
when (Just branch == current) $
|
when (Just branch == current) $
|
||||||
void $ mergeBranch branch g
|
void $ mergeBranch branch g
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue