File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff 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--
109120exec >/var/tmp/1
110- O=v1.5.3.6-706-gcb02958
121+ O=v1.5.3.6-727-g5d3d1ca
111122echo O=`git describe refs/heads/master`
112123git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
You can’t perform that action at this time.
0 commit comments