]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/RelNotes/1.8.4.5.txt
Sync with Git 2.45.2
[thirdparty/git.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.