rawfilepath conversion
This commit is contained in:
parent
cc32e31161
commit
f09e299156
6 changed files with 9 additions and 9 deletions
|
@ -433,7 +433,7 @@ rewriteIndex r
|
|||
reinject (file, sha, mode, _) = case toTreeItemType mode of
|
||||
Nothing -> return Nothing
|
||||
Just treeitemtype -> Just <$>
|
||||
UpdateIndex.stageFile sha treeitemtype (fromRawFilePath file) r
|
||||
UpdateIndex.stageFile sha treeitemtype file r
|
||||
|
||||
newtype GoodCommits = GoodCommits (S.Set Sha)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue