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>2011-10-01 01:20:57 +0400
committerJunio C Hamano <gitster@pobox.com>2011-10-01 01:20:57 +0400
commit703f05ad5835cff92b12c29aecf8d724c8c847e2 (patch)
treec287712024ab66c8f552e6e4180bd7ee39c3bcdc
parent8d714b11df2b65e5f4272c1616e561930010be90 (diff)
Git 1.7.7v1.7.7
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/1.7.7.txt9
-rw-r--r--Documentation/git.txt5
-rwxr-xr-xGIT-VERSION-GEN2
3 files changed, 6 insertions, 10 deletions
diff --git a/Documentation/RelNotes/1.7.7.txt b/Documentation/RelNotes/1.7.7.txt
index 7fe5218cf3..7655cccfaa 100644
--- a/Documentation/RelNotes/1.7.7.txt
+++ b/Documentation/RelNotes/1.7.7.txt
@@ -132,12 +132,3 @@ included in this release.
* "git branch -m" and "git checkout -b" incorrectly allowed the tip
of the branch that is currently checked out updated.
- (merge 55c4a67 ci/forbid-unwanted-current-branch-update later to 'maint').
-
---
-exec >/var/tmp/1
-echo O=$(git describe master)
-O=v1.7.7-rc3
-git log --first-parent --oneline $O..master
-echo
-git shortlog --no-merges ^maint ^$O master
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 77376dea95..cbc51d5a94 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -44,6 +44,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.7/git.html[documentation for release 1.7.7]
+
+* release notes for
+ link:RelNotes/1.7.7.txt[1.7.7].
+
* link:v1.7.6.4/git.html[documentation for release 1.7.6.4]
* release notes for
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index e7657280e1..f1dc5faead 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.7-rc3
+DEF_VER=v1.7.7
LF='
'