Skip to content

Commit c238dad

Browse files
committed
Update draft release notes for 1.5.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 5d4138a commit c238dad

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

Documentation/RelNotes-1.5.4.txt

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ Updates since v1.5.3
66

77
* Comes with much improved gitk.
88

9-
* git-reset is now built-in.
9+
* "progress display" from many commands are a lot nicer to the
10+
eye. Transfer commands show throughput data.
11+
12+
* git-reset is now built-in and its output can be squelched with -q.
1013

1114
* git-send-email can optionally talk over ssmtp and use SMTP-AUTH.
1215

@@ -49,6 +52,25 @@ Updates since v1.5.3
4952
* git-lost-found was deprecated in favor of git-fsck's --lost-found
5053
option.
5154

55+
* git-svnimport was removed in favor of git-svn.
56+
57+
* git-bisect learned "skip" action to mark untestable commits.
58+
59+
* rename detection diff family, while detecting exact matches,
60+
has been greatly optimized.
61+
62+
* Example update and post-receive hooks have been improved.
63+
64+
* In addition there are quite a few internal clean-ups. Notably
65+
66+
- many fork/exec have been replaced with run-command API,
67+
brought from the msysgit effort.
68+
69+
- introduction and more use of the option parser API.
70+
71+
- enhancement and more use of the strbuf API.
72+
73+
5274
Fixes since v1.5.3
5375
------------------
5476

@@ -57,6 +79,6 @@ this release, unless otherwise noted.
5779

5880
--
5981
exec >/var/tmp/1
60-
O=v1.5.3.4-450-g952a9e5
82+
O=v1.5.3.5-618-g5d4138a
6183
echo O=`git describe refs/heads/master`
6284
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint

0 commit comments

Comments
 (0)