summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-01-07 23:47:32 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-01-07 23:47:32 (GMT)
commitd6f8fd0b3eeb4349493209740742d67616e0263c (patch)
treefa9880b54f1ad1030e7860385b9d7c9ec107d52f /Documentation
parentf012d27ff3e37d0412bba34ca53a2d444fd3c563 (diff)
downloadgit-d6f8fd0b3eeb4349493209740742d67616e0263c.zip
git-d6f8fd0b3eeb4349493209740742d67616e0263c.tar.gz
git-d6f8fd0b3eeb4349493209740742d67616e0263c.tar.bz2
Describe second batch for 1.7.0 in draft release notes
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes-1.7.0.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.7.0.txt b/Documentation/RelNotes-1.7.0.txt
index d519d06..d66a973 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='<date>'" can be used to override the author date
+ just like "git commit --author='<name> <email>'" 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