From c8747b16076b1f43c39eacf74fe0aaf8dde6c75b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 21 Sep 2015 16:49:10 -0400 Subject: [PATCH] followup --- ...comment_3_52ca93aa55270ec4817bb8ec7fba5920._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/git-annex_rewrites_.ssh__47__config/comment_3_52ca93aa55270ec4817bb8ec7fba5920._comment 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 0000000000..48fffe1af5 --- /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? +"""]]