diff options
author | https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 <https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4@web> | 2015-11-02 20:59:38 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-11-02 20:59:38 +0000 |
commit | 3e788b7b4166f8692129a7aa5e90f945d9638c80 (patch) | |
tree | 2bd4b9d75d0ec13f967a72ee2582c70743592e63 | |
parent | ba61fb6a77acd78e2190a01981d8524f52ae76b9 (diff) |
-rw-r--r-- | doc/todo/make_addurl_respect_annex.largefiles_option.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
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 000000000..5be82c638 --- /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 |