Skip to content

Commit

Permalink
Update draft release notes for 1.5.4
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jan 5, 2008
1 parent e0cd252 commit d6da3cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Documentation/RelNotes-1.5.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ Updates since v1.5.3

* "git reset" is now built-in and its output can be squelched with -q.

* "git reset --hard" does not make any sense in a bare
repository, but did not error out; fixed.

* "git send-email" can optionally talk over ssmtp and use SMTP-AUTH.

* "git rebase" learned --whitespace option.
Expand Down Expand Up @@ -344,6 +347,6 @@ series.

--
exec >/var/tmp/1
O=v1.5.4-rc1-36-g49e6be5
O=v1.5.4-rc2-37-ge0cd252
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint

0 comments on commit d6da3cd

Please sign in to comment.