avoid catObjectStream skipping over unavailable shas
Not needed as it's used for --all, but will be needed later.
This commit is contained in:
parent
de3d7d044d
commit
d08c178f97
3 changed files with 10 additions and 18 deletions
|
@ -220,7 +220,7 @@ withKeyOptions' ko auto mkkeyaction fallbackaction params = do
|
|||
Just (f, content) -> do
|
||||
case getk f of
|
||||
Just k -> do
|
||||
Annex.BranchState.setCache (getTopFilePath f) content
|
||||
maybe noop (Annex.BranchState.setCache (getTopFilePath f)) content
|
||||
keyaction (k, mkActionItem k)
|
||||
Nothing -> return ()
|
||||
go reader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue