Skip to content

Commit

Permalink
Git 2.8.4
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Jun 6, 2016
1 parent 1676827 commit 0b65a8d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
14 changes: 14 additions & 0 deletions Documentation/RelNotes/2.8.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,18 @@ Fixes since v2.8.3
result in a strange error message in a pathological corner case.
This has been corrected to suggest "submodule deinit --all" instead.

* Many commands normalize command line arguments from NFD to NFC
variant of UTF-8 on OSX, but commands in the "diff" family did
not, causing "git diff $path" to complain that no such path is
known to Git. They have been taught to do the normalization.

* A couple of bugs around core.autocrlf have been fixed.

* "git difftool" learned to handle unmerged paths correctly in
dir-diff mode.

* The "are we talking with TTY, doing an interactive session?"
detection has been updated to work better for "Git for Windows".


Also contains other minor documentation updates and code clean-ups.
3 changes: 2 additions & 1 deletion Documentation/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
branch of the `git.git` repository.
Documentation for older releases are available here:

* link:v2.8.3/git.html[documentation for release 2.8.3]
* link:v2.8.4/git.html[documentation for release 2.8.4]

* release notes for
link:RelNotes/2.8.4.txt[2.8.4],
link:RelNotes/2.8.3.txt[2.8.3],
link:RelNotes/2.8.2.txt[2.8.2],
link:RelNotes/2.8.1.txt[2.8.1],
Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v2.8.3
DEF_VER=v2.8.4

LF='
'
Expand Down
2 changes: 1 addition & 1 deletion RelNotes

0 comments on commit 0b65a8d

Please sign in to comment.