tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'
[git] / Documentation / RelNotes / 1.8.4.5.txt
1 Git v1.8.4.5 Release Notes
2 ==========================
3
4 Fixes since v1.8.4.4
5 --------------------
6
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.
10
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.