summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8d714b1)
raw | patch | inline | side by side (parent: 8d714b1)
author | Junio C Hamano <gitster@pobox.com> | |
Fri, 30 Sep 2011 21:20:57 +0000 (14:20 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 30 Sep 2011 21:20:57 +0000 (14:20 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.7.txt | patch | blob | history | |
Documentation/git.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index 7fe5218cf311008dd98aeecabb634e219f872415..7655cccfaa1585a14257b5a86d663f501c06bf1d 100644 (file)
* "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 77376dea95c603d86eebe537353c78eb39caed82..cbc51d5a949e60e023982efc61e2d80dd73abd37 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.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 e7657280e130d9e1bee4b7f1320197b47279f29d..f1dc5faeaddfa814bc49775c7186d8142b9988be 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.7-rc3
+DEF_VER=v1.7.7
LF='
'