git-annex/ bugs/ get from local git remote slow because reconcileStaged runs for each file Edit RecentChanges History Preferences Branchable Comment reconcileStaged runs git write-tree to see if anything has changed, which can be slow in large repos. It should be possible for Remote.Git to cache the state so this doesn't happen once per file. --Joey fixed --Joey Add a comment