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

This commit is contained in:
Joey Hess 2015-11-10 15:38:58 -04:00
commit 9112f4065c
Failed to extract signature
3 changed files with 14 additions and 0 deletions

View file

@ -12,3 +12,5 @@ Originally described in http://git-annex.branchable.com/devblog/day_155__missing
### What version of git-annex are you using? On what operating system?
5.20150916+gitg79661ef-1~ndall+1
[[!meta author=yoh]]

View file

@ -1,3 +1,4 @@
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
[[!meta author=yoh]]

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4"
subject="comment 2"
date="2015-11-10T19:24:59Z"
content="""
as for import (never used it yet) -- there is no reason not to warrant largefiles since it has all the information, right?
as for addurl -- ideally, I guess, it could just crash iff there is a largefiles setting which relies on size and --relaxed is used (would indeed make little sense). But in the other cases (I guess of which there is majority) it could as well warrant it, thus making behavior more consistent.
[[!meta author=yoh]]
"""]]