diff options
author | Ramsay Jones <ramsay@ramsay1.demon.co.uk> | 2006-08-04 22:01:30 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-04 17:30:24 -0700 |
commit | 07efc6a6b6e5098ccd2dcce853be421b7dd1e244 (patch) | |
tree | 7761e9462e63de828545566060f53242e074f854 /environment.c | |
parent | Merge branch 'jc/c99' (diff) | |
download | tgif-07efc6a6b6e5098ccd2dcce853be421b7dd1e244.tar.xz |
Allow config file to specify Signed-off-by identity in format-patch.
Unlike git-commit, git-format-patch was not picking up and using the
user.email config variable for the email part of the committer info.
I was forced to use the GIT_COMMITTER_EMAIL environment variable to
override the default <user@localhost.localdomain>. The fix was to
simply move the call to setup_ident() to come before the git_config()
call.
Signed-off-by: Ramsay Allan Jones <ramsay@ramsay1.demon.co.uk>
Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'environment.c')
0 files changed, 0 insertions, 0 deletions