diff options
-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 |