summaryrefslogtreecommitdiff
path: root/doc/todo/wishlist:_option_to_disable_url_checking_with_addurl.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-11 19:55:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-11 19:55:01 -0400
commit8cdbe8fe29ccd7f1d2bc0daeaacd3a88427d40c2 (patch)
tree9f53c20d153c2f1e1d7ae2b4699102ede5142b7b /doc/todo/wishlist:_option_to_disable_url_checking_with_addurl.mdwn
parentdfc7b3351c4b10681f48dfa347a2308a2eb63489 (diff)
addurl: Add --relaxed option.
Diffstat (limited to 'doc/todo/wishlist:_option_to_disable_url_checking_with_addurl.mdwn')
-rw-r--r--doc/todo/wishlist:_option_to_disable_url_checking_with_addurl.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/wishlist:_option_to_disable_url_checking_with_addurl.mdwn b/doc/todo/wishlist:_option_to_disable_url_checking_with_addurl.mdwn
index a046f70ab..d0b847933 100644
--- a/doc/todo/wishlist:_option_to_disable_url_checking_with_addurl.mdwn
+++ b/doc/todo/wishlist:_option_to_disable_url_checking_with_addurl.mdwn
@@ -5,3 +5,5 @@ c.f. [http://git-annex.branchable.com/tips/How_to_retroactively_annex_a_file_alr
The bottleneck I'm hitting here seems to be the fact that `git annex addurl` diligently checks each url to see that it is accessible, which adds up quickly if many files are to be processed.
It would be great if addurl had an option to disable checking the url, in order to speed up large batch jobs like this.
+
+> --relaxed added [[done]] --[[Joey]]