Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-12-23 22:58:52 +0300
committerJunio C Hamano <gitster@pobox.com>2009-12-23 23:23:11 +0300
commit902f235378cb2b2f6dd5dd664b9630c95321f0ae (patch)
tree17373b26303377abfca4417bc8aef28b6fc812dd
parentb7f44fdf27c1f5dfee099c504a55b62674e7567b (diff)
Git 1.6.6v1.6.6
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes-1.6.6.txt3
-rw-r--r--Documentation/git.txt5
-rwxr-xr-xGIT-VERSION-GEN2
3 files changed, 6 insertions, 4 deletions
diff --git a/Documentation/RelNotes-1.6.6.txt b/Documentation/RelNotes-1.6.6.txt
index 75ef0b8b91..04e205c457 100644
--- a/Documentation/RelNotes-1.6.6.txt
+++ b/Documentation/RelNotes-1.6.6.txt
@@ -217,9 +217,6 @@ Updates since v1.6.5
* Author names shown in gitweb output are links to search commits by the
author.
-
-(developers)
-
Fixes since v1.6.5
------------------
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 51ca39291f..352c23019f 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -43,6 +43,11 @@ unreleased) version of git, that is available from 'master'
branch of the `git.git` repository.
Documentation for older releases are available here:
+* link:v1.6.6/git.html[documentation for release 1.6.6]
+
+* release notes for
+ link:RelNotes-1.6.6.txt[1.6.6].
+
* link:v1.6.5.7/git.html[documentation for release 1.6.5.7]
* release notes for
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 22f2461636..1628d986fe 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.6.6-rc4.GIT
+DEF_VER=v1.6.6
LF='
'