summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-08-01 12:19:44 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-08-01 12:19:44 -0400
commit67b342336f560d30045bc9efc92bea66d80f74b4 (patch)
tree394dd56be8e2cf27bb1f8ecad94b62af69a866e7
parent6b66f3bd9bc6bae655df4618af95f5b6faca4961 (diff)
parentbfb71c52fd92c5ba947ea6880abe5b2fdd52d7d1 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/get_--json_fails_whenever_plain_get_works___40__with_https_urls__41__/comment_2_f1e97aa8b9927c01e3365b940061d3c2._comment10
-rw-r--r--doc/forum/Duplicate_files_not_detected.mdwn1
-rw-r--r--doc/forum/git-annex_add_out_of_memory_error/comment_8_76a65b4edf4f6e3896f1593a197f24eb._comment8
3 files changed, 19 insertions, 0 deletions
diff --git a/doc/bugs/get_--json_fails_whenever_plain_get_works___40__with_https_urls__41__/comment_2_f1e97aa8b9927c01e3365b940061d3c2._comment b/doc/bugs/get_--json_fails_whenever_plain_get_works___40__with_https_urls__41__/comment_2_f1e97aa8b9927c01e3365b940061d3c2._comment
new file mode 100644
index 000000000..e27a5fa6f
--- /dev/null
+++ b/doc/bugs/get_--json_fails_whenever_plain_get_works___40__with_https_urls__41__/comment_2_f1e97aa8b9927c01e3365b940061d3c2._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="yarikoptic"
+ avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
+ subject="comment 2"
+ date="2017-07-31T19:05:04Z"
+ content="""
+There is no guarantee that system would have curl installed, e.g. I believe neither of debian docker images would have curl. For neurodebian package I sure thing could just depend on curl. But I am afraid those who might be using standalone git-annex in minimalistic environments would get surprised
+
+FWIW -- removing curl from the bundled git-annex indeed helped
+"""]]
diff --git a/doc/forum/Duplicate_files_not_detected.mdwn b/doc/forum/Duplicate_files_not_detected.mdwn
new file mode 100644
index 000000000..c1fc323f1
--- /dev/null
+++ b/doc/forum/Duplicate_files_not_detected.mdwn
@@ -0,0 +1 @@
+Using v6 repository and `git add .` / `git commit`, it appears that copying files to new names results in new files being stored (even though they are obviously the same file). Is there some other command that needs to be executed to have duplicate files detected/removed/linked?
diff --git a/doc/forum/git-annex_add_out_of_memory_error/comment_8_76a65b4edf4f6e3896f1593a197f24eb._comment b/doc/forum/git-annex_add_out_of_memory_error/comment_8_76a65b4edf4f6e3896f1593a197f24eb._comment
new file mode 100644
index 000000000..134a832b3
--- /dev/null
+++ b/doc/forum/git-annex_add_out_of_memory_error/comment_8_76a65b4edf4f6e3896f1593a197f24eb._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="yarikoptic"
+ avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
+ subject="comment 8"
+ date="2017-08-01T02:59:30Z"
+ content="""
+so does it mean we need to do some \"locale\" operation on those files while generating standalone .deb package? or that syadmin installing git-annex standalone package should do before allowing users to use that git-annex installation where they would not have R/W access to git-annex installation?
+"""]]