@@ -32,7 +32,8 @@ Updates since v1.6.3
32
32
33
33
* git-svn updates, including a new --authors-prog option to map author
34
34
names by invoking an external program, 'git svn reset' to unwind
35
- 'git svn fetch', support for more than one branches, etc.
35
+ 'git svn fetch', support for more than one branches, documenting
36
+ of the useful --minimize-url feature, new "git svn gc" command, etc.
36
37
37
38
(portability)
38
39
@@ -75,7 +76,7 @@ Updates since v1.6.3
75
76
76
77
* "git imap-send" is IPv6 aware.
77
78
78
- * "git log --graph" draws graphs more compactly by using horizonal lines
79
+ * "git log --graph" draws graphs more compactly by using horizontal lines
79
80
when able.
80
81
81
82
* "git log --decorate" shows shorter refnames by stripping well-known
@@ -105,6 +106,8 @@ Updates since v1.6.3
105
106
106
107
* A major part of the "git bisect" wrapper has moved to C.
107
108
109
+ * Formatting with the new version of AsciiDoc 8.4.1 is now supported.
110
+
108
111
Fixes since v1.6.3
109
112
------------------
110
113
@@ -132,10 +135,10 @@ v1.6.3.X series.
132
135
After such a repacking, you cannot remove grafts without corrupting
133
136
the repository.
134
137
135
- * "git send-email" did not detect errorneous loops in alias expansion.
138
+ * "git send-email" did not detect erroneous loops in alias expansion.
136
139
137
140
---
138
141
exec >/var/tmp/1
139
142
echo O=$(git describe master)
140
- O=v1.6.4-rc2-17-g130b04a
143
+ O=v1.6.4-rc2-31-g2ceb639
141
144
git shortlog --no-merges $O..master ^maint
0 commit comments