avoid unnecessary reading of git-annex branch data when matching on annex.largefiles
authorJoey Hess <joeyh@joeyh.name>
Fri, 4 Dec 2015 18:57:28 +0000 (14:57 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 4 Dec 2015 19:06:41 +0000 (15:06 -0400)
commit983c1894eb4dbf3d443f9953c69426974ac959fe
tree3fdb3e143e61e324a4d11dda6c17fa4a2658ca05
parent99b2a524a063ec9ce374c8e7d864d2c0119c73bc
avoid unnecessary reading of git-annex branch data when matching on annex.largefiles

This makes git annex clean not look at the git-annex branch at all,
and so speeds it up by 50% or more.
Annex/FileMatcher.hs
Limit.hs
Logs/PreferredContent.hs