From: Junio C Hamano Date: Mon, 23 Mar 2015 18:23:17 +0000 (-0700) Subject: Merge branch 'es/rebase-i-count-todo' into maint X-Git-Tag: v2.3.4~10 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f63ed085e20da82a8b7b49d90c61d0eb1b2ed19d?hp=f63ed085e20da82a8b7b49d90c61d0eb1b2ed19d Merge branch 'es/rebase-i-count-todo' into maint "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 ---