File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -52,4 +52,18 @@ Fixes since v2.8.3
5252 result in a strange error message in a pathological corner case.
5353 This has been corrected to suggest "submodule deinit --all" instead.
5454
55+ * Many commands normalize command line arguments from NFD to NFC
56+ variant of UTF-8 on OSX, but commands in the "diff" family did
57+ not, causing "git diff $path" to complain that no such path is
58+ known to Git. They have been taught to do the normalization.
59+
60+ * A couple of bugs around core.autocrlf have been fixed.
61+
62+ * "git difftool" learned to handle unmerged paths correctly in
63+ dir-diff mode.
64+
65+ * The "are we talking with TTY, doing an interactive session?"
66+ detection has been updated to work better for "Git for Windows".
67+
68+
5569Also contains other minor documentation updates and code clean-ups.
Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
4343branch of the `git.git` repository.
4444Documentation for older releases are available here:
4545
46- * link:v2.8.3 /git.html[documentation for release 2.8.3 ]
46+ * link:v2.8.4 /git.html[documentation for release 2.8.4 ]
4747
4848* release notes for
49+ link:RelNotes/2.8.4.txt[2.8.4],
4950 link:RelNotes/2.8.3.txt[2.8.3],
5051 link:RelNotes/2.8.2.txt[2.8.2],
5152 link:RelNotes/2.8.1.txt[2.8.1],
You can’t perform that action at this time.
0 commit comments