summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ <Walter@web>2013-04-23 23:13:02 +0000
committerGravatar admin <admin@branchable.com>2013-04-23 23:13:02 +0000
commit5a44a743fbbcb8c34e3725cf9814fa23d6a2a516 (patch)
tree0493fba8d220bb83e64fa9f5dd60772a35bcf846 /doc
parent9b9c8725cc004818dbc67df3e4d28e01de18aa8d (diff)
Added a comment: :'( no format directive in comments?
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/call_to_git-annex-shell_when_on_centralised___40__non-git-annex__41___repository/comment_2_ca065c82ac8e3215b581660f3e44f459._comment51
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/bugs/call_to_git-annex-shell_when_on_centralised___40__non-git-annex__41___repository/comment_2_ca065c82ac8e3215b581660f3e44f459._comment b/doc/bugs/call_to_git-annex-shell_when_on_centralised___40__non-git-annex__41___repository/comment_2_ca065c82ac8e3215b581660f3e44f459._comment
new file mode 100644
index 000000000..c7d4ad7c3
--- /dev/null
+++ b/doc/bugs/call_to_git-annex-shell_when_on_centralised___40__non-git-annex__41___repository/comment_2_ca065c82ac8e3215b581660f3e44f459._comment
@@ -0,0 +1,51 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ"
+ nickname="Walter"
+ subject=":'( no format directive in comments?"
+ date="2013-04-23T23:13:02Z"
+ content="""
+That's right; `git config remote.bitbucket.annex-ignore true` does fix the problem.
+
+So, I guess if you're looking for more things to do, there is somehow a problem detecting that git-annex-shell isn't present sometimes.
+
+
+ ~/annex$ git config remote.bitbucket.annex-ignore
+ ~/annex$ git annex sync
+ conq: invalid command syntax.
+ commit
+ ok
+ pull bitbucket
+ ok
+ push bitbucket
+ Everything up-to-date
+ ok
+ ~/annex$ git annex sync
+ conq: invalid command syntax.
+ commit
+ ok
+ pull bitbucket
+ ok
+ push bitbucket
+ Everything up-to-date
+ ok
+ ~/annex$ git annex sync
+ conq: invalid command syntax.
+ commit
+ ok
+ pull bitbucket
+ ok
+ push bitbucket
+ Everything up-to-date
+ ok
+ ~/annex$ git config remote.bitbucket.annex-ignore true
+ ~/annex$ git annex sync
+ commit
+ ok
+ pull bitbucket
+ ok
+ push bitbucket
+ Everything up-to-date
+ ok
+
+
+"""]]