t0070 "mktemp to unwritable directory" needs SANITY
[git/mingw.git] / Documentation / RelNotes / 1.8.2.3.txt
blob613948251add09b7d07703a2c343e8a850136570
1 Git v1.8.2.3 Release Notes
2 ==========================
4 Fixes since v1.8.2.2
5 --------------------
7  * "rev-list --stdin" and friends kept bogus pointers into the input
8    buffer around as human readable object names.  This was not a
9    huge problem but was exposed by a new change that uses these
10    names in error output.
12  * When "git difftool" drove "kdiff3", it mistakenly passed --auto
13    option that was meant while resolving merge conflicts.
15  * "git remote add" command did not diagnose extra command line
16    arguments as an error and silently ignored them.
18 Also contains a handful of trivial code clean-ups, documentation
19 updates, updates to the test suite, etc.