This commit is contained in:
andrew 2018-02-05 19:08:19 +00:00 committed by admin
parent 5c8150c6eb
commit eb4dd82a47

View file

@ -6,7 +6,7 @@ Now there's an easy way to get an overview of how close your repository
is to meeting the configured numcopies settings (or when it exceeds them). is to meeting the configured numcopies settings (or when it exceeds them).
<pre> <pre>
# time git annex status . # time git annex info .
[...] [...]
numcopies stats: numcopies stats:
numcopies +0: 6686 numcopies +0: 6686
@ -19,5 +19,5 @@ numcopies stats:
numcopies +4: 372 numcopies +4: 372
</pre> </pre>
This does make `git annex status` slow when run on a large directory tree, This does make `git annex info` slow when run on a large directory tree,
so --fast disables that. so --fast disables that.