summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a1070d4)
raw | patch | inline | side by side (parent: a1070d4)
author | Junio C Hamano <gitster@pobox.com> | |
Wed, 4 Mar 2009 07:02:16 +0000 (23:02 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 4 Mar 2009 07:37:19 +0000 (23:37 -0800) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.6.2.txt | patch | blob | history | |
Documentation/git.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index c4873f787cf283fa055e8e6b660f6c4cff7bebbd..ad060f4f8900dde20b66e1b6ef5b0187cdc82983 100644 (file)
* "git -p cmd" when cmd is not a built-in one left the display in funny state
when killed in the middle.
-
---
-exec >/var/tmp/1
-O=v1.6.2-rc2
-echo O=$(git describe master)
-git shortlog --no-merges $O..master ^maint
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 0c7bba3fa98ed10c9c4857ed14e45fab5bba10cf..9a26bde73e695effce9741558994e7799e81489a 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/git.html[documentation for release 1.6.2]
+
+* release notes for
+ link:RelNotes-1.6.2.txt[1.6.2].
+
* link:v1.6.1.3/git.html[documentation for release 1.6.1.3]
* release notes for
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 0baa79d798d4ab63c3605b6c002dec80f563f095..97fc1e0519936111beb295cbb345aa206cdd8893 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.6.2-rc2.GIT
+DEF_VER=v1.6.2.GIT
LF='
'