1 GIT v1.5.4 Release Notes
2 ========================
7 * Comes with much improved gitk.
9 * git-reset is now built-in.
11 * git-send-email can optionally talk over ssmtp and use SMTP-AUTH.
13 * git-rebase learned --whitespace option.
15 * git-remote knows --mirror mode.
17 * git-merge can call the "post-merge" hook.
19 * git-pack-objects can optionally run deltification with multiple threads.
21 * git-archive can optionally substitute keywords in files marked with
22 export-subst attribute.
24 * git-for-each-ref learned %(xxxdate:<dateformat>) syntax to
25 show the various date fields in different formats.
27 * git-gc --auto is a low-impact way to automatically run a
28 variant of git-repack that does not lose unreferenced objects
29 (read: safer than the usual one) after the user accumulates
30 too many loose objects.
32 * git-push has been rewritten in C.
34 * git-push learned --dry-run option to show what would happen
37 * git-remote learned "rm" subcommand.
39 * git-rebase --interactive mode can now work on detached HEAD.
41 * git-cvsserver can be run via git-shell.
43 * git-am and git-rebase are far less verbose.
45 * git-pull learned to pass --[no-]ff option to underlying git-merge.
47 * Various Perforce importer updates.
49 * git-lost-found was deprecated in favor of git-fsck's --lost-found
55 All of the fixes in v1.5.3 maintenance series are included in
56 this release, unless otherwise noted.
60 O=v1.5.3.4-450-g952a9e5
61 echo O=`git describe refs/heads/master`
62 git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint