summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-22 13:51:54 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-22 13:51:54 -0400
commit9bb8662d18505db552794f8f6bf0bcd6936818e1 (patch)
tree36bcd51de9acd3d26f8b6183404448fde6c73687
parent332f4ed6fbc930bf46984a512f300b29edc17d3b (diff)
close
-rw-r--r--doc/bugs/addurl_--batch_from_url_from_a_custom_special_remote_adds_to_annex_disregarding_largefiles___40__on_first_run__41__.mdwn1
-rw-r--r--doc/bugs/addurl_--batch_from_url_from_a_custom_special_remote_adds_to_annex_disregarding_largefiles___40__on_first_run__41__/comment_9_d898fe3f91673ac40014d01f35bc5138._comment13
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/addurl_--batch_from_url_from_a_custom_special_remote_adds_to_annex_disregarding_largefiles___40__on_first_run__41__.mdwn b/doc/bugs/addurl_--batch_from_url_from_a_custom_special_remote_adds_to_annex_disregarding_largefiles___40__on_first_run__41__.mdwn
index 59278794b..ba92a280b 100644
--- a/doc/bugs/addurl_--batch_from_url_from_a_custom_special_remote_adds_to_annex_disregarding_largefiles___40__on_first_run__41__.mdwn
+++ b/doc/bugs/addurl_--batch_from_url_from_a_custom_special_remote_adds_to_annex_disregarding_largefiles___40__on_first_run__41__.mdwn
@@ -97,3 +97,4 @@ $ echo "dl+archive:SHA256E-s5121--6d8f7d10206a120a42bec2cd29bc2365d09889fdf070ac
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+> fixed; [[done]] --[[Joey]]
diff --git a/doc/bugs/addurl_--batch_from_url_from_a_custom_special_remote_adds_to_annex_disregarding_largefiles___40__on_first_run__41__/comment_9_d898fe3f91673ac40014d01f35bc5138._comment b/doc/bugs/addurl_--batch_from_url_from_a_custom_special_remote_adds_to_annex_disregarding_largefiles___40__on_first_run__41__/comment_9_d898fe3f91673ac40014d01f35bc5138._comment
new file mode 100644
index 000000000..9040dc10a
--- /dev/null
+++ b/doc/bugs/addurl_--batch_from_url_from_a_custom_special_remote_adds_to_annex_disregarding_largefiles___40__on_first_run__41__/comment_9_d898fe3f91673ac40014d01f35bc5138._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 9"""
+ date="2016-01-22T17:43:01Z"
+ content="""
+This is caused by git-annex needing to change the git config for the
+special remote, so it then re-loads it, and thus loses the value passed
+via -c.
+
+Workaround is to pass the -c as a parameter to git, not annex.
+
+And fixed now.
+"""]]