Fix git-rebase -i to allow squashing of fast-forwardable commits
commit793ad04198a79c14094bd1311a9c42f1293c6183
authorAlex Riesen <raa.lkml@gmail.com>
Thu, 12 Jul 2007 22:30:35 +0000 (13 00:30 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 14 Jul 2007 05:33:16 +0000 (13 22:33 -0700)
tree5cf6372215ad377a8cd5fbf45d970cb9ce27946a
parent9a4cbdca34f6aa9424fce8a55fe9dd6f7c25d97b
Fix git-rebase -i to allow squashing of fast-forwardable commits

Without this change the commits will be left standalone, with
duplicated commit message.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh