summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-05-25 00:37:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-05-25 00:37:29 (GMT)
commitc4649188e9140c960cec54798b153382fb4d6191 (patch)
tree74316e047fa0d0f2fd34f4c6424155a98745f850 /Documentation/RelNotes
parenta8bd582d3079e506c525fe1b735d6ea405576bff (diff)
downloadgit-c4649188e9140c960cec54798b153382fb4d6191.zip
git-c4649188e9140c960cec54798b153382fb4d6191.tar.gz
git-c4649188e9140c960cec54798b153382fb4d6191.tar.bz2
Update draft release notes to 1.7.10.3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/1.7.10.3.txt6
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 9c9ec25..153bf14 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