diff options
-rw-r--r-- | doc/todo/git_attribution/discussion.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/git_attribution/discussion.mdwn b/doc/todo/git_attribution/discussion.mdwn index 45f40e408..d7796c017 100644 --- a/doc/todo/git_attribution/discussion.mdwn +++ b/doc/todo/git_attribution/discussion.mdwn @@ -46,3 +46,12 @@ no determination of uniqueness) [[harningt]] [[madduck]]: git requires `Name <Email@address>` format, as far as I know. + +> Yes, it does: +> +> 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 +> accepted. --[[Joey]] |