Miscellaneous const changes and utilities
[git/dscho.git] / Documentation / RelNotes-1.5.4.txt
blob133fa64d226d3e1265144c3504c06d6e3f9e8c33
1 GIT v1.5.4 Release Notes
2 ========================
4 Updates since v1.5.3
5 --------------------
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
35    if a push is run.
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 Fixes since v1.5.3
50 ------------------
52 All of the fixes in v1.5.3 maintenance series are included in
53 this release, unless otherwise noted.
56 exec >/var/tmp/1
57 O=v1.5.3.4-450-g952a9e5
58 echo O=`git describe refs/heads/master`
59 git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint