@@ -7,19 +7,14 @@ Updates since v1.7.0
7
7
* Some commands (e.g. svn and http interfaces) that interactively ask
8
8
password can be told to use an external program given via GIT_ASKPASS.
9
9
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
-
17
10
* "git am" learned "--keep-cr" option to handle inputs that are
18
11
mixture of changes to files with and without CRLF line endings.
19
12
20
13
* "git cvsimport" learned -R option to leave revision mapping between
21
14
CVS revisions and resulting git commits.
22
15
16
+ * "git diff --submodule" notices and descries dirty submodules.
17
+
23
18
* "git for-each-ref" learned %(symref), %(symref:short) and %(flag)
24
19
tokens.
25
20
@@ -36,11 +31,15 @@ Updates since v1.7.0
36
31
37
32
* "git grep" learned to paint filename and line-number in colors.
38
33
34
+ * "git log -p --first-parent -m" shows one-parent diff for merge
35
+ commits, instead of showing combined diff.
36
+
39
37
* "git merge-file" learned to use custom conflict marker size and also use
40
38
the "union merge" behaviour.
41
39
42
40
* "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.
44
43
45
44
* "git request-pull" identifies the commit the request is relative to in
46
45
a more readable way.
@@ -49,6 +48,8 @@ Updates since v1.7.0
49
48
near the tip while preserving your local changes in a way similar
50
49
to how "git checkout branch" does.
51
50
51
+ * "git status" notices and descries dirty submodules.
52
+
52
53
* "git svn" should work better when interacting with repositories
53
54
with CRLF line endings.
54
55
@@ -66,5 +67,5 @@ release, unless otherwise noted.
66
67
---
67
68
exec >/var/tmp/1
68
69
echo O=$(git describe)
69
- O=v1.7.0.2-323-g0d0925c
70
+ O=v1.7.0.3-310-g99f5b08
70
71
git shortlog --no-merges ^maint $O..
0 commit comments