Git 2.8.4

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Jun 6, 2016 at 14:29 UTC 0b65a8dbdb38962e700ee16776a3042beb489060
4 files changed +18 -3
Documentation/RelNotes/2.8.4.txt
+14
@@ -52,4 +52,18 @@ Fixes since v2.8.3
52 result in a strange error message in a pathological corner case.
53 This has been corrected to suggest "submodule deinit --all" instead.
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 +
69 Also contains other minor documentation updates and code clean-ups.
Documentation/git.txt
+2 -1
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
43 branch of the `git.git` repository.
44 Documentation for older releases are available here:
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
48 * release notes for
49 + link:RelNotes/2.8.4.txt[2.8.4],
50 link:RelNotes/2.8.3.txt[2.8.3],
51 link:RelNotes/2.8.2.txt[2.8.2],
52 link:RelNotes/2.8.1.txt[2.8.1],
GIT-VERSION-GEN
+1 -1
@@ -1,7 +1,7 @@
1 #!/bin/sh
2
3 GVF=GIT-VERSION-FILE
4 -DEF_VER=v2.8.3
4 +DEF_VER=v2.8.4
5
6 LF='
7 '
RelNotes
+1 -1
@@ -1 +1 @@
1 -Documentation/RelNotes/2.8.3.txt
\ No newline at end of file
1 +Documentation/RelNotes/2.8.4.txt
\ No newline at end of file