Skip to content

Commit c42b5d8

Browse files
committed
Sync with 2.8.4
* maint: Git 2.8.4
2 parents 283badc + 0b65a8d commit c42b5d8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Documentation/RelNotes/2.8.4.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
5569
Also contains other minor documentation updates and code clean-ups.

Documentation/git.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
4343
branch of the `git.git` repository.
4444
Documentation 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],

0 commit comments

Comments
 (0)