rebase -i: Make the condition for an "if" more transparent
commit1d621fea180e2612facb190b758bf03dc79e4423
authorMichael Haggerty <mhagger@alum.mit.edu>
Thu, 14 Jan 2010 05:54:40 +0000 (14 06:54 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Jan 2010 08:27:56 +0000 (14 00:27 -0800)
treed6f85e3d953a981ac1d55b3637dadff0f7818f8f
parent234b3dae2fe83ae7df2c82194cd5f5eb01fd166d
rebase -i: Make the condition for an "if" more transparent

Test $no_ff separately rather than testing it indirectly by gluing it
onto a comparison of two SHA1s.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh