Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2015-11-03 11:15:06 -04:00
commit 17ebe39302
Failed to extract signature

View file

@ -0,0 +1,3 @@
ATM git annex addurl ignores annex.largefiles option so to automate annexification or direct add to git for a list of files I need manually to download each one of them into a FILE and then "git annex add -c annex.largefiles='exclude=*.txt' FILE". But it would have been convenient if I could "addurl" some files directly from urls directly into git, as per largefiles settings.
N.B. I do understand that use-case might be somewhat vague, let me know if I should expand reasoning