From bf0b84a86d49f563600b624fc89374c9931d565b Mon Sep 17 00:00:00 2001 From: "https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4" Date: Mon, 2 Nov 2015 20:59:38 +0000 Subject: [PATCH] --- doc/todo/make_addurl_respect_annex.largefiles_option.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/todo/make_addurl_respect_annex.largefiles_option.mdwn 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 index 0000000000..5be82c638c --- /dev/null +++ b/doc/todo/make_addurl_respect_annex.largefiles_option.mdwn @@ -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