diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-15 11:58:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-15 11:58:35 -0400 |
commit | 4a0d79af6fdd23865b574565296fe726d4f60543 (patch) | |
tree | 3ed644ebb00a3dfcb161f09332a445074cf1ac04 | |
parent | 3014773284da3c6d54648f0232ca8c94fd10aec4 (diff) |
s/space/newline/
-rw-r--r-- | doc/devblog/day_216__various_minor_bugs.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/devblog/day_216__various_minor_bugs.mdwn b/doc/devblog/day_216__various_minor_bugs.mdwn index 329b32933..0531ddb04 100644 --- a/doc/devblog/day_216__various_minor_bugs.mdwn +++ b/doc/devblog/day_216__various_minor_bugs.mdwn @@ -1,8 +1,8 @@ Working on getting caught up with backlog. 73 messages remain. Several minor bugs were fixed today. All edge cases. The most edge case one -of all, I could not fix: git-annex cannot add a file that has a space in its -filename, because `git cat-file --batch`'s interface does not support such +of all, I could not fix: git-annex cannot add a file that has a space^Wnewline +in its filename, because `git cat-file --batch`'s interface does not support such filenames. Added a page [[documenting how verify the signatures of git-annex releases|install/verifying_downloads]]. |