s/space/newline/

This commit is contained in:
Joey Hess 2014-08-15 11:58:35 -04:00
parent 6f2213e679
commit cd22682b7a

View file

@ -1,8 +1,8 @@
Working on getting caught up with backlog. 73 messages remain. Working on getting caught up with backlog. 73 messages remain.
Several minor bugs were fixed today. All edge cases. The most edge case one 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 of all, I could not fix: git-annex cannot add a file that has a space^Wnewline
filename, because `git cat-file --batch`'s interface does not support such in its filename, because `git cat-file --batch`'s interface does not support such
filenames. filenames.
Added a page [[documenting how verify the signatures of git-annex releases|install/verifying_downloads]]. Added a page [[documenting how verify the signatures of git-annex releases|install/verifying_downloads]].