Home
last modified time | relevance | path

Searched refs:UpdateIndexAction (Results 1 – 1 of 1) sorted by relevance

/dports/devel/hs-git-annex/git-annex-8.20210903/Git/
H A DQueue.hs36 = UpdateIndexAction [Git.UpdateIndex.Streamer] -- in reverse order constructor
69 actionKey (UpdateIndexAction _) = UpdateIndexActionKey
137 action = UpdateIndexAction [streamer]
139 different (UpdateIndexAction _) = False
165 combineNewOld (UpdateIndexAction s1) (UpdateIndexAction s2) =
166 UpdateIndexAction (s1++s2)
197 runAction repo (UpdateIndexAction streamers) =