summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 441b40d)
raw | patch | inline | side by side (parent: 441b40d)
author | Junio C Hamano <gitster@pobox.com> | |
Wed, 29 Jul 2009 07:32:42 +0000 (00:32 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 29 Jul 2009 07:32:42 +0000 (00:32 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.6.4.txt | patch | blob | history | |
Documentation/git.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index 0fbc410428c77255d663b3a7a09a80b965a6bcea..7a904419f7815094b68c864a558624667d5a91d1 100644 (file)
* "git cvsexportcommit" learned -k option to stop CVS keywords expansion
+ * "git fast-export" learned to handle history simplification more
+ gracefully.
+
+ * "git fast-export" learned an option --tag-of-filtered-object to handle
+ dangling tags resulting from history simplification more usefully.
+
* "git grep" learned -p option to show the location of the match using the
same context hunk marker "git diff" uses.
section header has a variable definition on the same line, lost
that variable definition.
+ * "git rebase -p --onto" used to always leave side branches of a merge
+ intact, even when both branches are subject to rewriting.
+
* "git repack" used to faithfully follow grafts and considered true
parents recorded in the commit object unreachable from the commit.
After such a repacking, you cannot remove grafts without corrupting
the repository.
* "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-31-g2ceb639
-git shortlog --no-merges $O..master ^maint
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 67bc0b3905aa79beb197c6d42f1a7209705dd1da..5fd5953e29d1514388421c0d729f46f8a54d3dba 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
branch of the `git.git` repository.
Documentation for older releases are available here:
+* link:v1.6.4/git.html[documentation for release 1.6.4]
+
+* release notes for
+ link:RelNotes-1.6.4.txt[1.6.4].
+
* link:v1.6.3.4/git.html[documentation for release 1.6.3.4]
* release notes for
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 39cde784c947fae6a2f294caac1898b9199d769d..d8ae315140a508a333319c38c7e8c0b1ce827a1d 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.6.3.GIT
+DEF_VER=v1.6.4
LF='
'