Took me a half dozen tries; but, I think I have done it.
Using this command
After changing editor to notepad++ using this command; VIM is too much for me to try.
Found on http://stackoverflow.com/questions/1634161/how-do-i-use-notepad-or-other-with-msysgit (http://stackoverflow.com/questions/1634161/how-do-i-use-notepad-or-other-with-msysgit)
git config --global core.editor "'C:/Program Files/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
In svn...
I don't know what is going on with the lexer_bibtex.sample...
I think this command needs ran on it.
My Git and Svn are set up slightly weird so I get more line ending issues.
I ran this command to create the patch below.
svn propset svn:eol-style native src/sdk/resources/lexers/lexer_bibtex.sample
Index: src/sdk/resources/lexers/lexer_bibtex.sample
===================================================================
--- src/sdk/resources/lexers/lexer_bibtex.sample (revision 10009)
+++ src/sdk/resources/lexers/lexer_bibtex.sample (working copy)
Property changes on: src/sdk/resources/lexers/lexer_bibtex.sample
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Probably someone with svn checkout should do it, I don't want to test this part of git-svn...
Sounds correct, I have no idea that git-svn did this even.
But, I thought you had svn checkout, also.
But, I can understand using only one of them. I am still learning Git; I almost feel like I have learned as much about Git as a know about Svn.
FYI:
I found three files in my local Git repo with mixed line ending.
The do NOT seem to have mixed line ending in SVN.
Here the three files; no idea if it is just my local repo with mixed line ending or it is your repo that has the mixed line endings.
src/sdk/scripting/bindings/scriptbindings.cpp
src/sdk/filemanager.cpp
src/plugins/scriptedwizard/compilerpanel.cpp
Thank you again for applying by last 6 commits; I am working some more.
Decided to wait a few days to before asking you to test and apply them.
Tim S.