On Mon, Nov 21, 2016 at 6:18 AM, Johannes Schindelin <johannes.schindelin@xxxxxx> 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 > > This patch series fixes rebase -i's handling of core.commentchar. > > > Johannes Schindelin (3): > rebase -i: identify problems with core.commentchar > stripspace: respect repository config > rebase -i: handle core.commentChar=auto > > builtin/stripspace.c | 4 +++- > git-rebase--interactive.sh | 13 +++++++++++-- > t/t0030-stripspace.sh | 7 +++++++ > t/t3404-rebase-interactive.sh | 12 ++++++++++++ > 4 files changed, 33 insertions(+), 3 deletions(-) > > > base-commit: 1310affe024fba407bff55dbe65cd6d670c8a32d > Published-As: https://github.com/dscho/git/releases/tag/rebase-i-commentchar-v1 > Fetch-It-Via: git fetch https://github.com/dscho/git rebase-i-commentchar-v1 > > -- > 2.10.1.583.g721a9e0 > The series makes sense to me. Thanks, Jake