summaryrefslogtreecommitdiff
path: root/doc/bugs/treatment_of_largefiles_is_not_working_for_addurl_--fast___40__or_--relaxed__41__/comment_4_00dfd040f4d8b9f1ed765ee38dbc67b9._comment
blob: 465da070733c0db690025bebe1e0df92a62e991b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[!comment format=mdwn
 username="joey"
 subject="""comment 4"""
 date="2016-01-25T20:15:05Z"
 content="""
Implemented the matchexpression command.

	time for x in $(seq 1 100); do git annex matchexpression "include=*.png and largerthan=100mb" --file=foo.png --size=10mb --debug; done
	
	real	0m5.167s
	user	0m2.688s
	sys	0m1.860s

Don't know if that's fast enough or if it will need further optimisation
or a --batch option..
"""]]