I use cygwin with mintty terminal to simulate a linux commandline environment under windows. It's really helpful because I can use e.g. git with aliases via commandline.
But I recognized an issue using GIT via cygwin. When I try to use 'git rebase -i' to reorder my commits I get always the following error message: '/usr/libexec/git-core/git-rebase--interactive: line 135: 1 + : syntax error: operand expected (error token is "+ ")'
It doesn't matter in which project I use this command, I tried an Android project of mine and a different Java project. So it seems it's not related to the sourcecode itself. Also a different terminal seems to have no effect. I tried the Cygwin Mintty terminal and the windows powershell. The issue appears in both terminals.
Does someone have an idea what could be the problem?