summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar yarikoptic <yarikoptic@web>2017-12-13 18:15:10 +0000
committerGravatar admin <admin@branchable.com>2017-12-13 18:15:10 +0000
commit8fd933a7aec2f207704789636f39846583b9453b (patch)
tree8b95f23054655d7c1fc28f797bbeb8a892975ec7
parent59a23f291226dc0c0ba478f9d65712758a16c5d2 (diff)
removed
-rw-r--r--doc/todo/prevent_unwanted_init/comment_6_0e4883438d94673bb8e488b60f113f23._comment22
1 files changed, 0 insertions, 22 deletions
diff --git a/doc/todo/prevent_unwanted_init/comment_6_0e4883438d94673bb8e488b60f113f23._comment b/doc/todo/prevent_unwanted_init/comment_6_0e4883438d94673bb8e488b60f113f23._comment
deleted file mode 100644
index 2c7af276a..000000000
--- a/doc/todo/prevent_unwanted_init/comment_6_0e4883438d94673bb8e488b60f113f23._comment
+++ /dev/null
@@ -1,22 +0,0 @@
-[[!comment format=mdwn
- username="yarikoptic"
- avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
- subject="comment 6"
- date="2017-12-13T18:12:14Z"
- 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
-\"\"\"]]
-"""]]