@@ -7,19 +7,14 @@ Updates since v1.7.0
77 * Some commands (e.g. svn and http interfaces) that interactively ask
88 password can be told to use an external program given via GIT_ASKPASS.
99
10- * Color values given to "color.<cmd>.<slot>" configuration can now have
11- more than one attributes (e.g. "bold ul").
12-
13- * "git apply --whitespace=fix" didn't work well when an early patch in
14- a patch series adds trailing blank lines and a later one depended on
15- such a block of blank lines at the end.
16-
1710 * "git am" learned "--keep-cr" option to handle inputs that are
1811 mixture of changes to files with and without CRLF line endings.
1912
2013 * "git cvsimport" learned -R option to leave revision mapping between
2114 CVS revisions and resulting git commits.
2215
16+ * "git diff --submodule" notices and descries dirty submodules.
17+
2318 * "git for-each-ref" learned %(symref), %(symref:short) and %(flag)
2419 tokens.
2520
@@ -36,11 +31,15 @@ Updates since v1.7.0
3631
3732 * "git grep" learned to paint filename and line-number in colors.
3833
34+ * "git log -p --first-parent -m" shows one-parent diff for merge
35+ commits, instead of showing combined diff.
36+
3937 * "git merge-file" learned to use custom conflict marker size and also use
4038 the "union merge" behaviour.
4139
4240 * "git notes" command has been rewritten in C and learned quite a
43- many commands.
41+ many commands and features to help you carry notes forward across
42+ rebases and amends.
4443
4544 * "git request-pull" identifies the commit the request is relative to in
4645 a more readable way.
@@ -49,6 +48,8 @@ Updates since v1.7.0
4948 near the tip while preserving your local changes in a way similar
5049 to how "git checkout branch" does.
5150
51+ * "git status" notices and descries dirty submodules.
52+
5253 * "git svn" should work better when interacting with repositories
5354 with CRLF line endings.
5455
@@ -66,5 +67,5 @@ release, unless otherwise noted.
6667---
6768exec >/var/tmp/1
6869echo O=$(git describe)
69- O=v1.7.0.2-323-g0d0925c
70+ O=v1.7.0.3-310-g99f5b08
7071git shortlog --no-merges ^maint $O..
0 commit comments