Skip to content

Commit

Permalink
Start RelNotes 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 Sep 24, 2007
1 parent e4b2890 commit bc12651
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Documentation/RelNotes-1.5.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,32 @@ GIT v1.5.4 Release Notes
Updates since v1.5.3
--------------------

* git-reset is now built-in.

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

* git-rebase learned --whitespace option.

* git-remote knows --mirror mode.

* git-merge can call the "post-merge" hook.

* git-pack-objects can optionally run deltification with multiple threads.

* git-archive can optionally substitute keywords in files marked with
export-subst attribute.

* Various Perforce importer updates.

Fixes since v1.5.3
------------------

All of the fixes in v1.5.3 maintenance series are included in
this release, unless otherwise noted.

--
exec >/var/tmp/1
O=v1.5.3.2-99-ge4b2890
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint

0 comments on commit bc12651

Please sign in to comment.