tweak
This commit is contained in:
parent
7ebd98d8d8
commit
03c559f8d6
1 changed files with 1 additions and 1 deletions
|
@ -315,6 +315,6 @@ stageJournal = do
|
||||||
genstream dir h fs streamer = forM_ fs $ \file -> do
|
genstream dir h fs streamer = forM_ fs $ \file -> do
|
||||||
let path = dir </> file
|
let path = dir </> file
|
||||||
sha <- hashFile h path
|
sha <- hashFile h path
|
||||||
streamer $ Git.UnionMerge.update_index_line
|
_ <- streamer $ Git.UnionMerge.update_index_line
|
||||||
sha (fileJournal file)
|
sha (fileJournal file)
|
||||||
removeFile path
|
removeFile path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue