msysgit git-am can't apply it's own git format-patch sequence
- by Andrian Nord
I'm using msysgit git on windows to operate on central svn repository. I'm using git as
I want to have it's awesome little local branches for everything and rebasing on each other.
I also need to update from central repo often, so using separate svn/git is not an option.
Problem is - git svn --help (man page) says that it is not a good idea to…