Skip to content

Commit d6f8fd0

Browse files
committed
Describe second batch for 1.7.0 in draft release notes
Signed-off-by: Junio C Hamano <[email protected]>
1 parent f012d27 commit d6f8fd0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Documentation/RelNotes-1.7.0.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ Updates since v1.6.6
5050

5151
(usability, bells and whistles)
5252

53+
* "git commit --date='<date>'" can be used to override the author date
54+
just like "git commit --author='<name> <email>'" can be used to
55+
override the author identity.
56+
57+
* "git status" learned "-s(hort)" output format.
58+
5359

5460
Fixes since v1.6.6
5561
------------------
@@ -59,6 +65,6 @@ release, unless otherwise noted.
5965

6066
--
6167
exec >/var/tmp/1
62-
O=v1.6.6-27-g648f407
68+
O=v1.6.6-101-gf012d27
6369
echo O=$(git describe master)
6470
git shortlog --no-merges $O..master ^maint

0 commit comments

Comments
 (0)