add startAction parameter for KeySha
I have a use planned for this in Command.Migrate. Sponsored-by: unqueued on Patreon
This commit is contained in:
parent
1f811c340d
commit
b55efc179a
22 changed files with 34 additions and 31 deletions
|
@ -138,7 +138,7 @@ seek o = ifM (null <$> Annex.Branch.getUnmergedRefs)
|
|||
zone <- liftIO getCurrentTimeZone
|
||||
outputter <- mkOutputter m zone o <$> jsonOutputEnabled
|
||||
let seeker = AnnexedFileSeeker
|
||||
{ startAction = start o outputter
|
||||
{ startAction = const $ start o outputter
|
||||
, checkContentPresent = Nothing
|
||||
-- the way this uses the location log would not be
|
||||
-- helped by precaching the current value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue