@@ -32,7 +32,8 @@ Updates since v1.6.3
3232
3333 * git-svn updates, including a new --authors-prog option to map author
3434 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.
3637
3738(portability)
3839
@@ -75,7 +76,7 @@ Updates since v1.6.3
7576
7677 * "git imap-send" is IPv6 aware.
7778
78- * "git log --graph" draws graphs more compactly by using horizonal lines
79+ * "git log --graph" draws graphs more compactly by using horizontal lines
7980 when able.
8081
8182 * "git log --decorate" shows shorter refnames by stripping well-known
@@ -105,6 +106,8 @@ Updates since v1.6.3
105106
106107 * A major part of the "git bisect" wrapper has moved to C.
107108
109+ * Formatting with the new version of AsciiDoc 8.4.1 is now supported.
110+
108111Fixes since v1.6.3
109112------------------
110113
@@ -132,10 +135,10 @@ v1.6.3.X series.
132135 After such a repacking, you cannot remove grafts without corrupting
133136 the repository.
134137
135- * "git send-email" did not detect errorneous loops in alias expansion.
138+ * "git send-email" did not detect erroneous loops in alias expansion.
136139
137140---
138141exec >/var/tmp/1
139142echo O=$(git describe master)
140- O=v1.6.4-rc2-17-g130b04a
143+ O=v1.6.4-rc2-31-g2ceb639
141144git shortlog --no-merges $O..master ^maint
0 commit comments