Skip to content

Commit 60115f5

Browse files
committed
Git 2.8.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0c1a8ec commit 60115f5

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

Documentation/RelNotes/2.8.2.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,19 @@ Fixes since v2.8.1
5252
nothing into an unborn history (which is arguably unusual usage,
5353
which perhaps was the reason why nobody noticed it).
5454

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+
5570
Also contains minor documentation updates and code clean-ups.

Documentation/git.txt

Lines changed: 2 additions & 1 deletion
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.1/git.html[documentation for release 2.8.1]
46+
* link:v2.8.2/git.html[documentation for release 2.8.2]
4747

4848
* release notes for
49+
link:RelNotes/2.8.2.txt[2.8.2].
4950
link:RelNotes/2.8.1.txt[2.8.1].
5051
link:RelNotes/2.8.0.txt[2.8].
5152

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
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.1
4+
DEF_VER=v2.8.2
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.8.1.txt
1+
Documentation/RelNotes/2.8.2.txt

0 commit comments

Comments
 (0)