summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c5ae7cb)
raw | patch | inline | side by side (parent: c5ae7cb)
author | Junio C Hamano <gitster@pobox.com> | |
Thu, 7 May 2009 00:13:27 +0000 (17:13 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 7 May 2009 01:16:40 +0000 (18:16 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.6.3.txt | patch | blob | history | |
Documentation/git.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index 33209fe7fd81b490e2f578ec0bb2c12d48fd61da..418c685cf8328a0dc128847a98c334b727a8d6f9 100644 (file)
* git-gc spent excessive amount of time to decide if an object appears
in a locally existing pack (if needed, backport by merging 69e020a).
-
----
-exec >/var/tmp/1
-O=v1.6.3-rc2
-echo O=$(git describe master)
-git shortlog --no-merges $O..master ^maint
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 470fdc5ecd5609dc4f05c54b8aea53f6de292e4a..9d8f236fe84cd02550b8cf08e835b2926e6c45f0 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.2.3/git.html[documentation for release 1.6.2.3]
+* link:v1.6.3/git.html[documentation for release 1.6.3]
* release notes for
+ link:RelNotes-1.6.2.5.txt[1.6.2.5],
+ link:RelNotes-1.6.2.4.txt[1.6.2.4],
link:RelNotes-1.6.2.3.txt[1.6.2.3],
link:RelNotes-1.6.2.2.txt[1.6.2.2],
link:RelNotes-1.6.2.1.txt[1.6.2.1],
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 97fc1e0519936111beb295cbb345aa206cdd8893..39cde784c947fae6a2f294caac1898b9199d769d 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.6.2.GIT
+DEF_VER=v1.6.3.GIT
LF='
'