OSDN Git Service

git rebase loses author name/email if given bad email address
authorAmos Waterland <apw@us.ibm.com>
Wed, 14 Dec 2005 22:48:19 +0000 (17:48 -0500)
committerJunio C Hamano <junkio@cox.net>
Thu, 15 Dec 2005 01:04:47 +0000 (17:04 -0800)
commit294c695d8cfbcf95a5c33fc6ba386f496964defb
tree771e672e3e45e289be5cf4e894707936396fd144
parent32d9954478734da4062cf2ffc2faf2d057e47fb6
git rebase loses author name/email if given bad email address

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>
t/t3400-rebase.sh [new file with mode: 0755]