1Git v1.8.4.5 Release Notes
2==========================
34
Fixes since v1.8.4.4
5--------------------
67
* Recent update to remote-hg that attempted to make it work better
8with non ASCII pathnames fed Unicode strings to the underlying Hg
9API, which was wrong.
1011
* "git submodule init" copied "submodule.$name.update" settings from
12.gitmodules to .git/config without making sure if the suggested
13value was sensible.