summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.8.4.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-06-06 21:29:32 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-06-06 21:29:32 (GMT)
commit0b65a8dbdb38962e700ee16776a3042beb489060 (patch)
tree0991741111ff3927ae58e4e164b135dcba8cfabd /Documentation/RelNotes/2.8.4.txt
parent1676827c859d838dc104a21f993af40d01586c0f (diff)
downloadgit-0b65a8dbdb38962e700ee16776a3042beb489060.zip
git-0b65a8dbdb38962e700ee16776a3042beb489060.tar.gz
git-0b65a8dbdb38962e700ee16776a3042beb489060.tar.bz2
Git 2.8.4v2.8.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.8.4.txt')
-rw-r--r--Documentation/RelNotes/2.8.4.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.8.4.txt b/Documentation/RelNotes/2.8.4.txt
index 8d484b1..f4e2552 100644
--- a/Documentation/RelNotes/2.8.4.txt
+++ b/Documentation/RelNotes/2.8.4.txt
@@ -52,4 +52,18 @@ Fixes since v2.8.3
result in a strange error message in a pathological corner case.
This has been corrected to suggest "submodule deinit --all" instead.
+ * Many commands normalize command line arguments from NFD to NFC
+ variant of UTF-8 on OSX, but commands in the "diff" family did
+ not, causing "git diff $path" to complain that no such path is
+ known to Git. They have been taught to do the normalization.
+
+ * A couple of bugs around core.autocrlf have been fixed.
+
+ * "git difftool" learned to handle unmerged paths correctly in
+ dir-diff mode.
+
+ * The "are we talking with TTY, doing an interactive session?"
+ detection has been updated to work better for "Git for Windows".
+
+
Also contains other minor documentation updates and code clean-ups.