Do linear-time/space rename logic for exact renames
[git/dscho.git] / Documentation / RelNotes-1.5.4.txt
blobceee85723211eacdc3b0c8a3e3fc0327a680b476
1 GIT v1.5.4 Release Notes
2 ========================
4 Updates since v1.5.3
5 --------------------
7  * git-reset is now built-in.
9  * git-send-email can optionally talk over ssmtp and use SMTP-AUTH.
11  * git-rebase learned --whitespace option.
13  * git-remote knows --mirror mode.
15  * git-merge can call the "post-merge" hook.
17  * git-pack-objects can optionally run deltification with multiple threads.
19  * git-archive can optionally substitute keywords in files marked with
20    export-subst attribute.
22  * Various Perforce importer updates.
24 Fixes since v1.5.3
25 ------------------
27 All of the fixes in v1.5.3 maintenance series are included in
28 this release, unless otherwise noted.
31 exec >/var/tmp/1
32 O=v1.5.3.2-99-ge4b2890
33 echo O=`git describe refs/heads/master`
34 git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint