Define GIT_(AUTHOR|COMMITTER)_(NAME|EMAIL) to known values.
authorJunio C Hamano <junkio@cox.net>
Sat, 11 Feb 2006 03:11:23 +0000 (19:11 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 11 Feb 2006 03:11:23 +0000 (19:11 -0800)
Without these, running tests with an account with empty gecos
field would fail.

We might want to loosen error from "git-var -l" (but not
"git-var GIT_AUTHOR_NAME") later, but that is more or less an
independent issue.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found