rebase -i: Improve consistency of commit count in generated commit messages
commit5065ed296abc1c0b66ad7c5e963e048cb90b6ee6
authorMichael Haggerty <mhagger@alum.mit.edu>
Thu, 14 Jan 2010 05:54:49 +0000 (14 06:54 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Jan 2010 08:27:56 +0000 (14 00:27 -0800)
treec8be8caa8ff2a72c1616cdf52484b0291340d370
parent959c0d06eafd7723517c953e80ee1a60881c373b
rebase -i: Improve consistency of commit count in generated commit messages

Use the numeral "2" instead of the word "two" when two commits are
being interactively squashed.  This makes the treatment consistent
with that for higher numbers of commits.

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