diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-18 14:46:28 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-18 14:46:28 -0400 |
commit | cdc2a721dcb30efd25e028995ba2d3d163e860dc (patch) | |
tree | b0ca3bd3e5a4c721de7720f646bd28fccb48c56a /doc | |
parent | 2781e270c7f388d4d0e252240b84b4a299d040fd (diff) |
probably peback
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/addurl_+_sync_vs_addurl_+_commit/comment_1_513d89ddd728dc9c6cc9fbf8af18afb0._comment | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/addurl_+_sync_vs_addurl_+_commit/comment_1_513d89ddd728dc9c6cc9fbf8af18afb0._comment b/doc/bugs/addurl_+_sync_vs_addurl_+_commit/comment_1_513d89ddd728dc9c6cc9fbf8af18afb0._comment new file mode 100644 index 000000000..48ce2354d --- /dev/null +++ b/doc/bugs/addurl_+_sync_vs_addurl_+_commit/comment_1_513d89ddd728dc9c6cc9fbf8af18afb0._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-04-18T18:44:16Z" + content=""" +If you use `git annex addurl`, the file will use the SHA256 backend. + +If you use `git annex addurl --fast`, it will use the URL backend. + +**Either way**, git-annex will know that you added the file from the web, +and `git-annex whereis` will tell you the file is in the web remote, +and tell you its url. + +I don't think there's a bug here. I think you got confused by +seeing URL some of the time and SHA256 some of the time. +If you disagree, please post a transcript demonstrating your problem. +"""]] |