Skip to content

Commit bc12651

Browse files
committed
Start RelNotes for 1.5.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent e4b2890 commit bc12651

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Documentation/RelNotes-1.5.4.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,32 @@ GIT v1.5.4 Release Notes
44
Updates since v1.5.3
55
--------------------
66

7+
* git-reset is now built-in.
78

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.
823

924
Fixes since v1.5.3
1025
------------------
1126

1227
All of the fixes in v1.5.3 maintenance series are included in
1328
this release, unless otherwise noted.
1429

30+
--
31+
exec >/var/tmp/1
32+
O=v1.5.3.2-99-ge4b2890
33+
echo O=`git describe refs/heads/master`
34+
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
35+

0 commit comments

Comments
 (0)