From d6f8fd0b3eeb4349493209740742d67616e0263c Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 7 Jan 2010 15:47:32 -0800 Subject: [PATCH] Describe second batch for 1.7.0 in draft release notes Signed-off-by: Junio C Hamano --- Documentation/RelNotes-1.7.0.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Documentation/RelNotes-1.7.0.txt b/Documentation/RelNotes-1.7.0.txt index d519d0612f0e6a..d66a9732c3620f 100644 --- a/Documentation/RelNotes-1.7.0.txt +++ b/Documentation/RelNotes-1.7.0.txt @@ -50,6 +50,12 @@ Updates since v1.6.6 (usability, bells and whistles) + * "git commit --date=''" can be used to override the author date + just like "git commit --author=' '" can be used to + override the author identity. + + * "git status" learned "-s(hort)" output format. + Fixes since v1.6.6 ------------------ @@ -59,6 +65,6 @@ release, unless otherwise noted. -- exec >/var/tmp/1 -O=v1.6.6-27-g648f407 +O=v1.6.6-101-gf012d27 echo O=$(git describe master) git shortlog --no-merges $O..master ^maint