diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-05-24 17:37:40 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-05-24 17:37:40 -0700 |
commit | 5bc2dc29d482448f2bdc0e9bbcb6e2d8a89d9c6a (patch) | |
tree | ff205041e4b12a10f2106300be7b53135264dc29 /Documentation/RelNotes | |
parent | bd578b507fa79f94009ae1c1a436dc14cf7e6002 (diff) | |
parent | c4649188e9140c960cec54798b153382fb4d6191 (diff) | |
download | git-5bc2dc29d482448f2bdc0e9bbcb6e2d8a89d9c6a.tar.gz git-5bc2dc29d482448f2bdc0e9bbcb6e2d8a89d9c6a.tar.xz |
Sync with maint
By Jeff King (1) and Junio C Hamano (1)
* maint:
Update draft release notes to 1.7.10.3
osxkeychain: pull make config from top-level directory
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/1.7.10.3.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.7.10.3.txt b/Documentation/RelNotes/1.7.10.3.txt index 9c9ec2594..153bf1403 100644 --- a/Documentation/RelNotes/1.7.10.3.txt +++ b/Documentation/RelNotes/1.7.10.3.txt @@ -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 |