rebase -i: Use symbolic constant $MSG consistently
commitbdb011ade4db4a50cde13b5ec870c3dccff7e093
authorMichael Haggerty <mhagger@alum.mit.edu>
Thu, 14 Jan 2010 05:54:44 +0000 (14 06:54 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Jan 2010 08:27:56 +0000 (14 00:27 -0800)
tree0a0320e54f14c7f5fb57a038abf4855dbff06ecf
parent699f13ca9af6b045826b8d44c2f3870affd7823d
rebase -i: Use symbolic constant $MSG consistently

The filename constant $MSG was previously used in some places and
written out literally in others.

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