diff options
author | Joey Hess <joey@kitenet.net> | 2008-04-28 02:42:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-04-28 02:42:50 -0400 |
commit | 02da2694655b4b24317258ab97cfaf7c0dc05611 (patch) | |
tree | b12ed887a31b3c775da7af73e3cac21531dca79a /doc/todo | |
parent | 29bf14fcc3209e798259f61f5c43deaf470620b9 (diff) | |
download | ikiwiki-02da2694655b4b24317258ab97cfaf7c0dc05611.tar ikiwiki-02da2694655b4b24317258ab97cfaf7c0dc05611.tar.gz |
web commit by http://edward.myopenid.com/: fix code block rendering
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/git_attribution/discussion.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/todo/git_attribution/discussion.mdwn b/doc/todo/git_attribution/discussion.mdwn index cced85007..42cc8449e 100644 --- a/doc/todo/git_attribution/discussion.mdwn +++ b/doc/todo/git_attribution/discussion.mdwn @@ -53,8 +53,8 @@ no determination of uniqueness) > Yes, it does: > -> joey@kodama:~/tmp/foo/bar>git commit --author "foo" -> fatal: malformed --author parameter +> joey@kodama:~/tmp/foo/bar>git commit --author "foo" +> fatal: malformed --author parameter > > It seems to be happy with anything of the form "foo <foo>" -- doesn't seem to > do any kind of strict checking. Even "http://joey.kitenet.net <>" will be |