Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2016-04-29 14:18:16 -07:00
Родитель 0c1a8ec8da
Коммит 60115f54bd
4 изменённых файлов: 19 добавлений и 3 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -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].

Просмотреть файл

@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
DEF_VER=v2.8.1
DEF_VER=v2.8.2
LF='
'

Просмотреть файл

@ -1 +1 @@
Documentation/RelNotes/2.8.1.txt
Documentation/RelNotes/2.8.2.txt