diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-21 16:49:10 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-21 16:49:10 -0400 |
commit | deb97aed82fe9dd4e68ba3ca4ec193b0bf7d72f7 (patch) | |
tree | 4290266af09c35c16f3b1cce99121a0affb4e6a3 | |
parent | 360b26ba830da0b779bf97888ca507aba4eeeed4 (diff) |
followup
-rw-r--r-- | doc/bugs/git-annex_rewrites_.ssh__47__config/comment_3_52ca93aa55270ec4817bb8ec7fba5920._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_rewrites_.ssh__47__config/comment_3_52ca93aa55270ec4817bb8ec7fba5920._comment b/doc/bugs/git-annex_rewrites_.ssh__47__config/comment_3_52ca93aa55270ec4817bb8ec7fba5920._comment new file mode 100644 index 000000000..48fffe1af --- /dev/null +++ b/doc/bugs/git-annex_rewrites_.ssh__47__config/comment_3_52ca93aa55270ec4817bb8ec7fba5920._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2015-09-21T20:48:00Z" + content=""" +Hmm, I think I see, your line was "Host\n" and becomes "Host \n". + +That's because the parser expects lines of the form "Key Value". +But, what does this Host line w/o any host specified do? +"""]] |