1GIT v1.5.4 Release Notes
2========================
3
4Updates since v1.5.3
5--------------------
6
7 * git-reset is now built-in.
8
9 * git-send-email can optionally talk over ssmtp and use SMTP-AUTH.
10
11 * git-rebase learned --whitespace option.
12
13 * git-remote knows --mirror mode.
14
15 * git-merge can call the "post-merge" hook.
16
17 * git-pack-objects can optionally run deltification with multiple threads.
18
19 * git-archive can optionally substitute keywords in files marked with
20 export-subst attribute.
21
22 * Various Perforce importer updates.
23
24Fixes since v1.5.3
25------------------
26
27All of the fixes in v1.5.3 maintenance series are included in
28this release, unless otherwise noted.
29
30--
31exec >/var/tmp/1
32O=v1.5.3.2-99-ge4b2890
33echo O=`git describe refs/heads/master`
34git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
35