@@ -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--
253268exec >/var/tmp/1
254- O=v1.5.3.7-1003-gf38ca7c
269+ O=v1.5.3.7-1111-gd9f4059
255270echo O=`git describe refs/heads/master`
256271git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
0 commit comments