projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59c81f0
)
response
author
Joey Hess
<joey@kodama.kitenet.net>
Sat, 26 Apr 2008 18:55:56 +0000
(14:55 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Sat, 26 Apr 2008 18:55:56 +0000
(14:55 -0400)
doc/todo/git_attribution/discussion.mdwn
patch
|
blob
|
history
diff --git
a/doc/todo/git_attribution/discussion.mdwn
b/doc/todo/git_attribution/discussion.mdwn
index 45f40e40832dd4ab70502a63e5344395e076acc3..d7796c017c099a6a6b0ce6066bfc3271fe802c87 100644
(file)
--- 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]]