From: Eric W. Biederman Date: Mon, 12 Jun 2006 19:31:38 +0000 (-0600) Subject: Fix git-format-patch -s X-Git-Tag: v1.4.1-rc1~25^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6c4cca1c72f98c84a21a2d1916a8e86be57d26e6?hp=6c4cca1c72f98c84a21a2d1916a8e86be57d26e6 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 Signed-off-by: Junio C Hamano ---