summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-11 14:15:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-11 14:15:04 -0400
commitcb234c91fe75f8b002a42dfa54f7b932322fa44c (patch)
treef91d941b4d2c7f8ccc3c927e2dc2b3c7b4bfeb2c /doc
parent454fd01fb7ea8b23a46849cdc6982f77064593cf (diff)
parent9ba93217b92e320fa4b1c8da2f1898d3ec7cb883 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/wishlist:_option_to_disable_url_checking_with_addurl.mdwn7
1 files changed, 7 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
new file mode 100644
index 000000000..a046f70ab
--- /dev/null
+++ b/doc/todo/wishlist:_option_to_disable_url_checking_with_addurl.mdwn
@@ -0,0 +1,7 @@
+I'm testing out an idea of using filter-branch on a git repository to both retroactively annex and AND record a weburl for all relevant files.
+
+c.f. [http://git-annex.branchable.com/tips/How_to_retroactively_annex_a_file_already_in_a_git_repo/](http://git-annex.branchable.com/tips/How_to_retroactively_annex_a_file_already_in_a_git_repo/)
+
+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.