response
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 26 Apr 2008 18:55:56 +0000 (14:55 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 26 Apr 2008 18:55:56 +0000 (14:55 -0400)
doc/todo/git_attribution/discussion.mdwn

index 45f40e40832dd4ab70502a63e5344395e076acc3..d7796c017c099a6a6b0ce6066bfc3271fe802c87 100644 (file)
@@ -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]]