aboutsummaryrefslogtreecommitdiff
path: root/doc/devblog/day_10__lazy_Sunday.mdwn
blob: c8843d3747644688f16b9a29421801cafdd89e93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 info . 
[...]
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 info` slow when run on a large directory tree,
so --fast disables that.