1
0
mirror of https://github.com/git/git.git synced 2024-09-30 18:22:42 +02:00

Update draft release notes to 1.7.10.3

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2012-05-24 17:37:29 -07:00
parent a8bd582d30
commit c4649188e9

@ -4,6 +4,12 @@ Git v1.7.10.3 Release Notes
Fixes since v1.7.10.2
---------------------
* The message file for German translation has been updated a bit.
* "git status --porcelain" ignored "--branch" option by mistake. The
output for "git status --branch -z" was also incorrect and did not
terminate the record for the current branch name with NUL as asked.
* Running "git checkout" on an unborn branch used to corrupt HEAD.
* When checking out another commit from an already detached state, we