diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-26 14:55:56 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-26 14:55:56 -0400 |
commit | 562e24d695a88b0da851de44952d73568a62712e (patch) | |
tree | e0dbd01495bd536c19a6d43170ab04f2ac27dd8d /doc/todo | |
parent | 59c81f07fafb9aee6366f9b7f9aee3ebc1592e2f (diff) |
response
Diffstat (limited to 'doc/todo')
-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]] |