Documentation/describe: improve one-line summary
[git.git] / Documentation / RelNotes / 1.8.4.5.txt
blob215bd1a7a27ac29613df330d1b66078b10489efe
1 Git v1.8.4.5 Release Notes
2 ==========================
4 Fixes since v1.8.4.4
5 --------------------
7  * Recent update to remote-hg that attempted to make it work better
8    with non ASCII pathnames fed Unicode strings to the underlying Hg
9    API, which was wrong.
11  * "git submodule init" copied "submodule.$name.update" settings from
12    .gitmodules to .git/config without making sure if the suggested
13    value was sensible.