Skip to content

Commit 79f3368

Browse files
committed
RelNotes-1.5.4: describe recent updates
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 5072a32 commit 79f3368

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Sam Vilain <sam@vilain.net>
3737
Santi Béjar <sbejar@gmail.com>
3838
Sean Estabrooks <seanlkml@sympatico.ca>
3939
Shawn O. Pearce <spearce@spearce.org>
40+
Steven Grimm <koreth@midwinter.com>
4041
Theodore Ts'o <tytso@mit.edu>
4142
Tony Luck <tony.luck@intel.com>
4243
Uwe Kleine-König <Uwe_Zeisberger@digi.com>

Documentation/RelNotes-1.5.4.txt

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ GIT v1.5.4 Release Notes
44
Updates 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

2449
Fixes since v1.5.3
@@ -29,7 +54,6 @@ this release, unless otherwise noted.
2954

3055
--
3156
exec >/var/tmp/1
32-
O=v1.5.3.2-99-ge4b2890
57+
O=v1.5.3.4-450-g952a9e5
3358
echo O=`git describe refs/heads/master`
3459
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
35-

0 commit comments

Comments
 (0)