@@ -4,6 +4,8 @@ GIT v1.5.4 Release Notes
44Updates since v1.5.3
55--------------------
66
7+ * Comes with much improved gitk.
8+
79 * git-reset is now built-in.
810
911 * git-send-email can optionally talk over ssmtp and use SMTP-AUTH.
@@ -19,6 +21,29 @@ Updates since v1.5.3
1921 * git-archive can optionally substitute keywords in files marked with
2022 export-subst attribute.
2123
24+ * git-for-each-ref learned %(xxxdate:<dateformat>) syntax to
25+ show the various date fields in different formats.
26+
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.
31+
32+ * git-push has been rewritten in C.
33+
34+ * git-push learned --dry-run option to show what would happen
35+ if a push is run.
36+
37+ * git-remote learned "rm" subcommand.
38+
39+ * git-rebase --interactive mode can now work on detached HEAD.
40+
41+ * git-cvsserver can be run via git-shell.
42+
43+ * git-am and git-rebase are far less verbose.
44+
45+ * git-pull learned to pass --[no-]ff option to underlying git-merge.
46+
2247 * Various Perforce importer updates.
2348
2449Fixes since v1.5.3
@@ -29,7 +54,6 @@ this release, unless otherwise noted.
2954
3055--
3156exec >/var/tmp/1
32- O=v1.5.3.2-99-ge4b2890
57+ O=v1.5.3.4-450-g952a9e5
3358echo O=`git describe refs/heads/master`
3459git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
35-
0 commit comments