I used git 1.7.4 for working with large svn repo - it was ok.
I updated to git 1.7.8, and now, when I do "git svn dcommit" git do some superfluous work. In task manager, I see that it do about 1M of writes (I am using SSD, so it worries me). It shows warrnings for .pdf and .doc documents, which it didn't show for 1.7.4, for instance:
"c:/Users/..../AppData/Local/Temp/SOMEHASH_documentName.doc is not a Word document", "Error: PDF file is damaged - attempting to reconstruct xref table"
and there are many of such warnings, maybe about 200. And when git shows such warnings, I see that write count is increased in task manager.
It looks like git tries to do some "smart" proccessing of binary .pdf/.doc files. But I don't need this. Which config option I should change to turn off this superfluous work?