git-annex/doc/devblog/day_10__lazy_Sunday.mdwn

24 lines
544 B
Text
Raw Normal View History

2013-09-15 23:23:24 +00:00
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>
2018-02-05 19:08:19 +00:00
# time git annex info .
2013-09-15 23:23:24 +00:00
[...]
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>
2018-02-05 19:08:19 +00:00
This does make `git annex info` slow when run on a large directory tree,
2013-09-15 23:23:24 +00:00
so --fast disables that.