summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.12.0.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-12-13 22:13:17 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-12-13 22:13:17 (GMT)
commitde2efebf7ce2b308ea77d8b06f971e935238cd2f (patch)
treea104457ed6811966fb07044ccd7e9cefb9f1f5c6 /Documentation/RelNotes/2.12.0.txt
parentad9d7346b3643a09ee6586218b7436063ebd809b (diff)
downloadgit-de2efebf7ce2b308ea77d8b06f971e935238cd2f.zip
git-de2efebf7ce2b308ea77d8b06f971e935238cd2f.tar.gz
git-de2efebf7ce2b308ea77d8b06f971e935238cd2f.tar.bz2
Early fixes for 2.11.x series
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.12.0.txt')
-rw-r--r--Documentation/RelNotes/2.12.0.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.12.0.txt b/Documentation/RelNotes/2.12.0.txt
index 08152d6..2d68e98 100644
--- a/Documentation/RelNotes/2.12.0.txt
+++ b/Documentation/RelNotes/2.12.0.txt
@@ -40,4 +40,14 @@ Unless otherwise noted, all the fixes since v2.9 in the maintenance
track are contained in this release (see the maintenance releases'
notes for details).
+ * We often decide if a session is interactive by checking if the
+ standard I/O streams are connected to a TTY, but isatty() that
+ comes with Windows incorrectly returned true if it is used on NUL
+ (i.e. an equivalent to /dev/null). This has been fixed.
+ (merge cbb3f3c9b1 js/mingw-isatty later to maint).
+
+ * "git svn" did not work well with path components that are "0", and
+ some configuration variable it uses were not documented.
+ (merge ea9a93dcc2 ew/svn-fixes later to maint).
+
* Other minor doc, test and build updates and code cleanups.