summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-12-13 14:36:49 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-12-13 14:36:49 -0400
commit5173d94a051a56d16aa600dcdb941e7af4c6d878 (patch)
treeba6736ebf650fa4b72846680f950e6f7d81b8feb
parent667617a1f2c39f338cbbcb7cab861472b5d7e438 (diff)
parent8fd933a7aec2f207704789636f39846583b9453b (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/todo/prevent_unwanted_init/comment_5_99af015fca81035af490919632fdcb5f._comment22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/todo/prevent_unwanted_init/comment_5_99af015fca81035af490919632fdcb5f._comment b/doc/todo/prevent_unwanted_init/comment_5_99af015fca81035af490919632fdcb5f._comment
new file mode 100644
index 000000000..0d88351cb
--- /dev/null
+++ b/doc/todo/prevent_unwanted_init/comment_5_99af015fca81035af490919632fdcb5f._comment
@@ -0,0 +1,22 @@
+[[!comment format=mdwn
+ username="yarikoptic"
+ avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
+ subject="comment 5"
+ date="2017-12-13T18:12:05Z"
+ content="""
+oh, indeed -- forgot about .gitattributes and indeed sad that spaces seems to be nohow allowed. But could be as obscure as requiring _ instead of a space to encode the message:
+
+[[!format sh \"\"\"
+$> builtin cd /tmp/; rm -rf /tmp/testds3; datalad create --no-annex /tmp/testds3; cd /tmp/testds3; echo 123 > 123; echo '* annex.noannex=Because_I_said_so/and\"meant:it' > .gitattributes 123; datalad add -m atrr .gitattributes 123; git check-attr --all 123
+[INFO ] Creating a new git repo at /tmp/testds3
+create(ok): /tmp/testds3 (dataset)
+add(ok): /tmp/testds3/.gitattributes (file)
+add(ok): /tmp/testds3/123 (file)
+save(ok): /tmp/testds3 (dataset)
+action summary:
+ add (ok: 2)
+ save (ok: 1)
+123: annex.noannex: Because_I_said_so/and\"meant:it
+123: 123: set
+\"\"\"]]
+"""]]