Am 10.09.2013 15:14, schrieb Tvangeste:
After bisecting this problem I ended up with the mentioned commit
that completely breaks git-svn for me on Windows (mingw/msys version).
==========
#> git svn rebase
warning: unable to access '': Invalid argument
warning: unable to access '': Invalid argument
fatal: unable to access '../../../../w:/work/my/repo.git/.git/config': Invalid argument
fatal: index file open failed: Invalid argument
Cannot rebase: You have unstaged changes.
Please commit or stash them.
rebase refs/remotes/trunk: command returned error: 1
==========
Can you please run the command with GIT_TRACE=2?
-- Hannes