summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 <https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4@web>2016-01-11 16:47:52 +0000
committerGravatar admin <admin@branchable.com>2016-01-11 16:47:52 +0000
commitf538e896b013e10ea9f3d6d8359714ee27775101 (patch)
tree69925a7b35fcfa6d06aae10906bb55a503ac0da3
parent9c84cf9ce7bc77c7ecff75eb3716a5b5e5a7e27d (diff)
-rw-r--r--doc/bugs/addurl_--file__causes_file_redownload_even_if_it_already_present.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/addurl_--file__causes_file_redownload_even_if_it_already_present.mdwn b/doc/bugs/addurl_--file__causes_file_redownload_even_if_it_already_present.mdwn
index 1016966e3..c72084d62 100644
--- a/doc/bugs/addurl_--file__causes_file_redownload_even_if_it_already_present.mdwn
+++ b/doc/bugs/addurl_--file__causes_file_redownload_even_if_it_already_present.mdwn
@@ -3,6 +3,7 @@
IMHO annex shouldn't redownload the file (not yet under annex/git control) entirely if pointed by --file=FILE FILE exists.
[[!format sh """
+
$> chmod a+w -R /tmp/123; rm -rf /tmp/123; mkdir /tmp/123; cd /tmp/123; git init; git annex init;
Initialized empty Git repository in /tmp/123/.git/
init ok
@@ -20,5 +21,7 @@ ok
$> git annex version
git-annex version: 6.20160104+gitg0cf96be-1~ndall+1
+
"""]
+
[[!meta author=yoh]]