Git 2.8.2

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

Junio C Hamano committed Apr 29, 2016 at 14:18 UTC 60115f54bda3a127ed3cc8ffc6ab6c771cbceb1b
4 files changed +19 -3
Documentation/RelNotes/2.8.2.txt
+15
@@ -52,4 +52,19 @@ Fixes since v2.8.1
52 nothing into an unborn history (which is arguably unusual usage,
53 which perhaps was the reason why nobody noticed it).
54
55 + * Build updates for MSVC.
56 +
57 + * "git diff -M" used to work better when two originally identical
58 + files A and B got renamed to X/A and X/B by pairing A to X/A and B
59 + to X/B, but this was broken in the 2.0 timeframe.
60 +
61 + * "git send-pack --all <there>" was broken when its command line
62 + option parsing was written in the 2.6 timeframe.
63 +
64 + * When running "git blame $path" with unnormalized data in the index
65 + for the path, the data in the working tree was blamed, even though
66 + "git add" would not have changed what is already in the index, due
67 + to "safe crlf" that disables the line-end conversion. It has been
68 + corrected.
69 +
70 Also contains 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.1/git.html[documentation for release 2.8.1]
46 +* link:v2.8.2/git.html[documentation for release 2.8.2]
47
48 * release notes for
49 + link:RelNotes/2.8.2.txt[2.8.2].
50 link:RelNotes/2.8.1.txt[2.8.1].
51 link:RelNotes/2.8.0.txt[2.8].
52
GIT-VERSION-GEN
+1 -1
@@ -1,7 +1,7 @@
1 #!/bin/sh
2
3 GVF=GIT-VERSION-FILE
4 -DEF_VER=v2.8.1
4 +DEF_VER=v2.8.2
5
6 LF='
7 '
RelNotes
+1 -1
@@ -1 +1 @@
1 -Documentation/RelNotes/2.8.1.txt
\ No newline at end of file
1 +Documentation/RelNotes/2.8.2.txt
\ No newline at end of file