Re: [PATCH 0/3] Fix problems with rebase -i when core.commentchar is defined

2016-11-21 Thread Jacob Keller
On Mon, Nov 21, 2016 at 6:18 AM, Johannes Schindelin wrote: > The Git for Windows project recently got a bug report that detailed how > `git rebase -i` fails when core.commentchar=auto: > > https://groups.google.com/forum/#!topic/git-for-windows/eOZKjkgyX1Q > >

[PATCH 0/3] Fix problems with rebase -i when core.commentchar is defined

2016-11-21 Thread Johannes Schindelin
The Git for Windows project recently got a bug report that detailed how `git rebase -i` fails when core.commentchar=auto: https://groups.google.com/forum/#!topic/git-for-windows/eOZKjkgyX1Q This patch series fixes rebase -i's handling of core.commentchar. Johannes Schindelin (3):