New config option core.mapGitCommitter (boolean) for fine-tuning Git to SVN authors mapping: now you can map either Git commit author or committer. By default, Git committers are mapped.
Fixed Bugs:
subgit install --rebuild now works on Windows - see SGT-1259
subgit install --refetch improvements - see SGT-274 and SGT-1264
refs/svn/history/first doesn’t contain authors with empty names anymore - see SGT-1282
Git user hooks are now preserved on install --rebuild in local mirror mode - see SGT-1268
Double quotes in JSON output are fixed - see SGT-1287
ASCII control characters in paths are now translated correctly - see SGT-1278
Improvements:
Improved performance for large Git pack files handling
Support for 0 revision value as --rebuild-from-revision option argument
Support for SVN 1.10 FSFS repository format - see SGT-1260