Staging
v0.5.2
https://github.com/git/git
Revision 294c695d8cfbcf95a5c33fc6ba386f496964defb authored by Amos Waterland on 14 December 2005, 22:48:19 UTC, committed by Junio C Hamano on 15 December 2005, 01:04:47 UTC
If GIT_AUTHOR_EMAIL is of a certain form, `git rebase master' will blow
away the author name and email when fast-forward merging commits.  I
have not tracked it down, but here is a testcase that demonstrates the
behavior.

Signed-off-by: Amos Waterland <apw@us.ibm.com>
Acked-by: Michal Ostrowski <mostrows@watson.ibm.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 32d9954
Raw File
Tip revision: 294c695d8cfbcf95a5c33fc6ba386f496964defb authored by Amos Waterland on 14 December 2005, 22:48:19 UTC
git rebase loses author name/email if given bad email address
Tip revision: 294c695
ssh-push.c
#define COUNTERPART_ENV_NAME "GIT_SSH_PULL"
#define COUNTERPART_PROGRAM_NAME "git-ssh-pull"
#define MY_PROGRAM_NAME "git-ssh-push"
#include "ssh-upload.c"
back to top