(no commit message)
authorhttps://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 <https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4@web>
Mon, 2 Nov 2015 20:59:38 +0000 (20:59 +0000)
committeradmin <admin@branchable.com>
Mon, 2 Nov 2015 20:59:38 +0000 (20:59 +0000)
doc/todo/make_addurl_respect_annex.largefiles_option.mdwn [new file with mode: 0644]

diff --git a/doc/todo/make_addurl_respect_annex.largefiles_option.mdwn b/doc/todo/make_addurl_respect_annex.largefiles_option.mdwn
new file mode 100644 (file)
index 0000000..5be82c6
--- /dev/null
@@ -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