Fix git-format-patch -s
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 12 Jun 2006 19:31:38 +0000 (13:31 -0600)
committerJunio C Hamano <junkio@cox.net>
Sun, 18 Jun 2006 01:51:53 +0000 (18:51 -0700)
When git-format-patch was converted to a builtin an appropriate call
to setup_ident was missed and thus git-format-patch -s fails because
it doesn't look up anything in the password file.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found