summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-07-26 07:04:50 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-07-26 07:05:34 (GMT)
commitd8f7be2ebcb7e3ec40269080a9ab9a28bc06ba17 (patch)
tree0d6f77d8bc9ae005a206a9dab5114d6569c3b6f5 /Documentation
parent2ceb639f93d4ca05467ec34f49de8b6ceb0deb03 (diff)
downloadgit-d8f7be2ebcb7e3ec40269080a9ab9a28bc06ba17.zip
git-d8f7be2ebcb7e3ec40269080a9ab9a28bc06ba17.tar.gz
git-d8f7be2ebcb7e3ec40269080a9ab9a28bc06ba17.tar.bz2
GIT 1.6.4-rc3v1.6.4-rc3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes-1.6.4.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/Documentation/RelNotes-1.6.4.txt b/Documentation/RelNotes-1.6.4.txt
index b3c0346..0fbc410 100644
--- a/Documentation/RelNotes-1.6.4.txt
+++ b/Documentation/RelNotes-1.6.4.txt
@@ -32,7 +32,8 @@ Updates since v1.6.3
* git-svn updates, including a new --authors-prog option to map author
names by invoking an external program, 'git svn reset' to unwind
- 'git svn fetch', support for more than one branches, etc.
+ 'git svn fetch', support for more than one branches, documenting
+ of the useful --minimize-url feature, new "git svn gc" command, etc.
(portability)
@@ -75,7 +76,7 @@ Updates since v1.6.3
* "git imap-send" is IPv6 aware.
- * "git log --graph" draws graphs more compactly by using horizonal lines
+ * "git log --graph" draws graphs more compactly by using horizontal lines
when able.
* "git log --decorate" shows shorter refnames by stripping well-known
@@ -105,6 +106,8 @@ Updates since v1.6.3
* A major part of the "git bisect" wrapper has moved to C.
+ * Formatting with the new version of AsciiDoc 8.4.1 is now supported.
+
Fixes since v1.6.3
------------------
@@ -132,10 +135,10 @@ v1.6.3.X series.
After such a repacking, you cannot remove grafts without corrupting
the repository.
- * "git send-email" did not detect errorneous loops in alias expansion.
+ * "git send-email" did not detect erroneous loops in alias expansion.
---
exec >/var/tmp/1
echo O=$(git describe master)
-O=v1.6.4-rc2-17-g130b04a
+O=v1.6.4-rc2-31-g2ceb639
git shortlog --no-merges $O..master ^maint