Skip to content

Commit 9758ecd

Browse files
committed
Update draft release notes to 1.5.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent d9f4059 commit 9758ecd

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#
77

88
Aneesh Kumar K.V <aneesh.kumar@gmail.com>
9+
Brian M. Carlson <sandals@crustytoothpaste.ath.cx>
910
Chris Shoemaker <c.shoemaker@cox.net>
1011
Dana L. How <danahow@gmail.com>
1112
Dana L. How <how@deathvalley.cswitch.com>

Documentation/RelNotes-1.5.4.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ Updates since v1.5.3
155155

156156
* "git cvsserver" can be run via "git shell".
157157

158+
* "git cvsserver" acts more like receive-pack by running post-receive
159+
and post-update hooks.
160+
158161
* "git am" and "git rebase" are far less verbose.
159162

160163
* "git pull" learned to pass --[no-]ff option to underlying "git
@@ -166,13 +169,22 @@ Updates since v1.5.3
166169
* "git fast-export" produces datastream that can be fed to fast-import
167170
to reproduce the history recorded in a git repository.
168171

172+
* "git add -i" takes pathspecs to limit the set of files to work on.
173+
174+
* "git add -p" is a short-hand to go directly to the selective patch
175+
subcommand in the interactive command loop and to exit when done.
176+
177+
* "git add -i" UI has been colorized.
178+
169179
* "git commit --allow-empty" allows you to create a single-parent
170180
commit that records the same tree as its parent, overriding the usual
171181
safety valve.
172182

173183
* "git commit --amend" can amend a merge that does not change the tree
174184
from its first parent.
175185

186+
* "git commit" has been rewritten in C.
187+
176188
* "git stash random-text" does not create a new stash anymore. It was
177189
a UI mistake. Use "git stash save random-text", or "git stash"
178190
(without extra args) for that.
@@ -249,8 +261,11 @@ series.
249261
* "git svn" talking with the SVN over http will correctly quote branch
250262
and project names.
251263

264+
* "git config" did not work correctly on platforms that define
265+
REG_NOMATCH to an even number.
266+
252267
--
253268
exec >/var/tmp/1
254-
O=v1.5.3.7-1003-gf38ca7c
269+
O=v1.5.3.7-1111-gd9f4059
255270
echo O=`git describe refs/heads/master`
256271
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint

0 commit comments

Comments
 (0)