Skip to content

Commit

Permalink
Fix interactive rebase to preserve author email address
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Estabrooks <seanlkml@sympatico.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Sean authored and Junio C Hamano committed Dec 19, 2007
1 parent 3f7701a commit 5909651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-rebase--interactive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ do
. "$DOTEST"/author-script && {
test ! -f "$DOTEST"/amend || git reset --soft HEAD^
} &&
export GIT_AUTHOR_NAME GIT_AUTHOR_NAME GIT_AUTHOR_DATE &&
export GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL GIT_AUTHOR_DATE &&
git commit -F "$DOTEST"/message -e

require_clean_work_tree
Expand Down

0 comments on commit 5909651

Please sign in to comment.