Git 2.8.2
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 Apr 2016 21:18:16 +0000 (14:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Apr 2016 21:19:11 +0000 (14:19 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.8.2.txt
Documentation/git.txt
GIT-VERSION-GEN
RelNotes
index 3db67f4c55090545eb59b5c282589f040042aaca..447b1933a8f34874c933541e950e70ca181d8494 100644 (file)
@@ -52,4 +52,19 @@ Fixes since v2.8.1
    nothing into an unborn history (which is arguably unusual usage,
    which perhaps was the reason why nobody noticed it).
 
+ * Build updates for MSVC.
+
+ * "git diff -M" used to work better when two originally identical
+   files A and B got renamed to X/A and X/B by pairing A to X/A and B
+   to X/B, but this was broken in the 2.0 timeframe.
+
+ * "git send-pack --all <there>" was broken when its command line
+   option parsing was written in the 2.6 timeframe.
+
+ * When running "git blame $path" with unnormalized data in the index
+   for the path, the data in the working tree was blamed, even though
+   "git add" would not have changed what is already in the index, due
+   to "safe crlf" that disables the line-end conversion.  It has been
+   corrected.
+
 Also contains minor documentation updates and code clean-ups.
index 8afe349781d57527083fdb75511959fd25a4239b..34ff007a98156162431d5dd03abaaffe5d0c29a0 100644 (file)
@@ -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.1/git.html[documentation for release 2.8.1]
+* link:v2.8.2/git.html[documentation for release 2.8.2]
 
 * release notes for
+  link:RelNotes/2.8.2.txt[2.8.2].
   link:RelNotes/2.8.1.txt[2.8.1].
   link:RelNotes/2.8.0.txt[2.8].
 
index 46595dad2234f861198347ef8f4f60d167061709..5f99f23cadea4d17d88331871fa428a0c50c9811 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.8.1
+DEF_VER=v2.8.2
 
 LF='
 '
index d40c3e126c03b0e4bd9c6162f63a35a45f5e9020..04710daa9567fb905c8213deb8634558d9d0a7aa 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.8.1.txt
\ No newline at end of file
+Documentation/RelNotes/2.8.2.txt
\ No newline at end of file