From: Joey Hess Date: Sat, 26 Apr 2008 18:55:56 +0000 (-0400) Subject: response X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/562e24d695a88b0da851de44952d73568a62712e response --- 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 ` 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 " -- doesn't seem to +> do any kind of strict checking. Even "http://joey.kitenet.net <>" will be +> accepted. --[[Joey]]