Merge branch 'es/rebase-i-count-todo'
commitfbcbcee51c5f209922bb1d4409be2fe9a7c66231
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Mar 2015 23:01:29 +0000 (17 16:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Mar 2015 23:01:29 +0000 (17 16:01 -0700)
treea6fa6206de48f21d9e2e3930953e83a8265ad8e9
parent860b05b77b876b0e9bd2f32f1d3b518f64c7b87b
parent2185d3b7ad2ccdfe220d5c4139ff671a66fe7d80
Merge branch 'es/rebase-i-count-todo'

"git rebase -i" recently started to include the number of
commits in the insn sheet to be processed, but on a platform
that prepends leading whitespaces to "wc -l" output, the numbers
are shown with extra whitespaces that aren't necessary.

* es/rebase-i-count-todo:
  rebase-interactive: re-word "item count" comment
  rebase-interactive: suppress whitespace preceding item count
git-rebase--interactive.sh
t/t3404-rebase-interactive.sh