1 Git v2.2.2 Release Notes
2 ========================
7 * "git checkout $treeish $path", when $path in the index and the
8 working tree already matched what is in $treeish at the $path,
9 still overwrote the $path unnecessarily.
11 * "git config --get-color" did not parse its command line arguments
14 * open() emulated on Windows platforms did not give EISDIR upon
15 an attempt to open a directory for writing.
17 * A few code paths used abs() when they should have used labs() on
20 * "gitweb" used to depend on a behaviour recent CGI.pm deprecated.
22 * "git init" (hence "git clone") initialized the per-repository
23 configuration file .git/config with x-bit by mistake.
25 * Git 2.0 was supposed to make the "simple" mode for the default of
26 "git push", but it didn't.
28 * "Everyday" document had a broken link.
30 * The build procedure did not bother fixing perl and python scripts
31 when NO_PERL and NO_PYTHON build-time configuration changed.
33 Also contains typofixes, documentation updates and trivial code clean-ups.