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)
commit29e55cd5ad9e17d2ff8a1a37b7ee45d18d1e59d6
treeb4838cc8dc4d45c80976ecaf00ed7cbe343924d1
parent3f6726e1f112d221bd2a919e9b1b2927aeef6150
Define GIT_(AUTHOR|COMMITTER)_(NAME|EMAIL) to known values.

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>
t/test-lib.sh