Early fixes for 2.11.x series

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Dec 13, 2016 at 14:13 UTC de2efebf7ce2b308ea77d8b06f971e935238cd2f
1 file changed +10
Documentation/RelNotes/2.12.0.txt
+10
@@ -40,4 +40,14 @@ Unless otherwise noted, all the fixes since v2.9 in the maintenance
40 track are contained in this release (see the maintenance releases'
41 notes for details).
42
43 + * We often decide if a session is interactive by checking if the
44 + standard I/O streams are connected to a TTY, but isatty() that
45 + comes with Windows incorrectly returned true if it is used on NUL
46 + (i.e. an equivalent to /dev/null). This has been fixed.
47 + (merge cbb3f3c9b1 js/mingw-isatty later to maint).
48 +
49 + * "git svn" did not work well with path components that are "0", and
50 + some configuration variable it uses were not documented.
51 + (merge ea9a93dcc2 ew/svn-fixes later to maint).
52 +
53 * Other minor doc, test and build updates and code cleanups.