Skip to content

Commit 0b65a8d

Browse files
committed
Git 2.8.4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1676827 commit 0b65a8d

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

Documentation/RelNotes/2.8.4.txt

+14
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

+2-1
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],

GIT-VERSION-GEN

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.8.3
4+
DEF_VER=v2.8.4
55

66
LF='
77
'

RelNotes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.8.3.txt
1+
Documentation/RelNotes/2.8.4.txt

0 commit comments

Comments
 (0)