projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4a5ec6
)
remove slightly incorrect comments
author
Joey Hess
<joeyh@joeyh.name>
Fri, 29 Dec 2023 17:23:27 +0000
(13:23 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Fri, 29 Dec 2023 17:23:27 +0000
(13:23 -0400)
Command/Info.hs
patch
|
blob
|
history
diff --git
a/Command/Info.hs
b/Command/Info.hs
index 6ec76f5b844837113e3dde43e1b23885f1bc49db..2c989a91be6cf7d5ba42e140bba613b5e8d3b913 100644
(file)
--- a/
Command/Info.hs
+++ b/
Command/Info.hs
@@
-656,11
+656,9
@@
cachedAllRepoData = do
where
accumrepodata k = M.alter (Just . addKey k . fromMaybe emptyKeyInfo)
--- only available for directory info, populated by earlier getDirStatInfo
cachedNumCopiesStats :: StatState (Maybe NumCopiesStats)
cachedNumCopiesStats = numCopiesStats <$> get
--- only available for directory info, populated by earlier getDirStatInfo
cachedRepoData :: StatState (M.Map UUID KeyInfo)
cachedRepoData = repoData <$> get