blog
This commit is contained in:
parent
9d366dc638
commit
f2c9a7c9ac
1 changed files with 23 additions and 0 deletions
23
doc/devblog/day_10__lazy_Sunday.mdwn
Normal file
23
doc/devblog/day_10__lazy_Sunday.mdwn
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
Fixed a typo that broke automatic youtube video support in `addurl`.
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
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).
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
# time git annex status .
|
||||||
|
[...]
|
||||||
|
numcopies stats:
|
||||||
|
numcopies +0: 6686
|
||||||
|
numcopies +1: 3793
|
||||||
|
numcopies +3: 3156
|
||||||
|
numcopies +2: 2743
|
||||||
|
numcopies -1: 1242
|
||||||
|
numcopies -4: 1098
|
||||||
|
numcopies -3: 1009
|
||||||
|
numcopies +4: 372
|
||||||
|
</pre>
|
||||||
|
|
||||||
|
This does make `git annex status` slow when run on a large directory tree,
|
||||||
|
so --fast disables that.
|
Loading…
Add table
Add a link
Reference in a new issue