Re: Squashing commits with git rebase -i may miscount commits in commit message

2017-01-06 Thread Johannes Schindelin
Hi, On Fri, 6 Jan 2017, Brandon Tolsch wrote: > git --version: 2.11.0 > > When using git rebase -i to squash a series of commits that includes > more than 10 commits, the generated commit message you are given to > edit counts the old messages incorrectly. It will say the total > number of comm

Squashing commits with git rebase -i may miscount commits in commit message

2017-01-06 Thread Brandon Tolsch
git --version: 2.11.0 When using git rebase -i to squash a series of commits that includes more than 10 commits, the generated commit message you are given to edit counts the old messages incorrectly. It will say the total number of commits is (actual % 10) (if they were 0-based) and it will also