author | Eric W. Biederman <ebiederm@xmission.com> | |
Mon, 12 Jun 2006 19:31:38 +0000 (13:31 -0600) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 18 Jun 2006 01:51:53 +0000 (18:51 -0700) | ||
commit | 6c4cca1c72f98c84a21a2d1916a8e86be57d26e6 | |
tree | 70d39f995b18d025f139c93fb2367a4eab465e83 | tree | snapshot |
parent | cb115748ec0d4c6faccd09f3637ea436482dd7d5 | commit | diff |
Fix git-format-patch -s
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>
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>
builtin-log.c | diff | blob | history |