File tree 2 files changed +16
-1
lines changed
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
52
52
result in a strange error message in a pathological corner case.
53
53
This has been corrected to suggest "submodule deinit --all" instead.
54
54
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
+
55
69
Also 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'
43
43
branch of the `git.git` repository.
44
44
Documentation for older releases are available here:
45
45
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 ]
47
47
48
48
* release notes for
49
+ link:RelNotes/2.8.4.txt[2.8.4],
49
50
link:RelNotes/2.8.3.txt[2.8.3],
50
51
link:RelNotes/2.8.2.txt[2.8.2],
51
52
link:RelNotes/2.8.1.txt[2.8.1],
You can’t perform that action at this time.
0 commit comments