Skip to content

Commit

Permalink
Describe second batch for 1.7.0 in draft release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Jan 7, 2010
1 parent f012d27 commit d6f8fd0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Documentation/RelNotes-1.7.0.txt
Expand Up @@ -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
------------------
Expand All @@ -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

0 comments on commit d6f8fd0

Please sign in to comment.