Skip to content

Commit ea55960

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

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Documentation/RelNotes-1.5.4.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ Updates since v1.5.3
5656
* git-lost-found was deprecated in favor of git-fsck's --lost-found
5757
option.
5858

59+
* "git log" learned --early-output option to help interactive
60+
GUI implementations.
61+
5962
* git-svnimport was removed in favor of git-svn.
6063

6164
* git-bisect learned "skip" action to mark untestable commits.
@@ -78,6 +81,10 @@ Updates since v1.5.3
7881
* "git cvsexportcommit" learned -w option to specify and switch
7982
to the CVS working directory.
8083

84+
* "git checkout" from a subdirectory learned to use "../path"
85+
to allow checking out a path outside the current directory
86+
without cd'ing up.
87+
8188
* Output processing for '--pretty=format:<user format>' has
8289
been optimized.
8390

@@ -105,8 +112,12 @@ this release, unless otherwise noted.
105112
* git-svn talking with the SVN over http will correctly quote branch
106113
and project names.
107114

115+
* "git rev-list --objects A..B" choked when the lower boundary
116+
of the range involved a subproject. This fix is also queued
117+
for 'maint' (but not in there yet).
118+
108119
--
109120
exec >/var/tmp/1
110-
O=v1.5.3.6-706-gcb02958
121+
O=v1.5.3.6-727-g5d3d1ca
111122
echo O=`git describe refs/heads/master`
112123
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint

0 commit comments

Comments
 (0)