rebase -i: squash should retain the authorship of the _first_ commit
commit81ab1cb43a872fc527b26388bc7e781c816d723b
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sat, 29 Sep 2007 23:34:23 +0000 (30 00:34 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 30 Sep 2007 06:16:08 +0000 (29 23:16 -0700)
tree7783e1e06b25876f8b93b434bcae2ffbaa9c000b
parent6a6eb3d09fcbfae41978fb5223ae03e2d103968b
rebase -i: squash should retain the authorship of the _first_ commit

It was determined on the mailing list, that it makes more sense for a
"squash" to keep the author of the first commit as the author for the
result of the squash.

Make it so.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rebase.txt
git-rebase--interactive.sh
t/t3404-rebase-interactive.sh