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>2010-04-24 05:27:17 +0400
committerJunio C Hamano <gitster@pobox.com>2010-04-24 05:27:17 +0400
commitd599e0484f8ebac8cc50e9557a4c3d246826843d (patch)
treef9c8fe1f75dfdade09a573f70a208c509be62e3c
parent34c071aea4aed9db484eca21c12dd443888f43ec (diff)
Git 1.7.1v1.7.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes-1.7.1.txt10
-rw-r--r--Documentation/git.txt5
-rwxr-xr-xGIT-VERSION-GEN2
3 files changed, 8 insertions, 9 deletions
diff --git a/Documentation/RelNotes-1.7.1.txt b/Documentation/RelNotes-1.7.1.txt
index 10389adb4a..9d89fedb36 100644
--- a/Documentation/RelNotes-1.7.1.txt
+++ b/Documentation/RelNotes-1.7.1.txt
@@ -1,5 +1,5 @@
-Git v1.7.1 Release Notes (draft)
-================================
+Git v1.7.1 Release Notes
+========================
Updates since v1.7.0
--------------------
@@ -87,9 +87,3 @@ release, unless otherwise noted.
* "git rev-list --abbrev-commit" defaulted to 40-byte abbreviations, unlike
newer tools in the git toolset.
-
----
-exec >/var/tmp/1
-echo O=$(git describe)
-O=v1.7.1-rc1-49-g407a963
-git shortlog --no-merges ^maint $O..
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 105b0b580b..c4024d0edd 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.7.1/git.html[documentation for release 1.7.1]
+
+* release notes for
+ link:RelNotes-1.7.1.txt[1.7.1].
+
* link:v1.7.0.6/git.html[documentation for release 1.7.0.6]
* release notes for
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 1063945c30..0ad39484ec 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.1.rc2
+DEF_VER=v1.7.1
LF='
'