This commit is contained in:
parent
5c8150c6eb
commit
eb4dd82a47
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue