diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-15 15:47:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-15 15:47:15 -0400 |
commit | e8ed1f2dcabe1557e42d9c21c90604f07288c90e (patch) | |
tree | 102e29c672f98a7b843503233bc5b54996a4def1 /doc | |
parent | e58c504e7c5d88f449e0800cebf8acd2c681c6d1 (diff) |
silly markdown..
Diffstat (limited to 'doc')
-rw-r--r-- | doc/devblog/day_216__various_minor_bugs.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devblog/day_216__various_minor_bugs.mdwn b/doc/devblog/day_216__various_minor_bugs.mdwn index 0531ddb04..a9c49a9dd 100644 --- a/doc/devblog/day_216__various_minor_bugs.mdwn +++ b/doc/devblog/day_216__various_minor_bugs.mdwn @@ -1,7 +1,7 @@ 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^Wnewline +of all, I could not fix: git-annex cannot add a file that has a newline in its filename, because `git cat-file --batch`'s interface does not support such filenames. |