summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 568d446)
raw | patch | inline | side by side (parent: 568d446)
author | Junio C Hamano <gitster@pobox.com> | |
Sun, 26 Jun 2011 19:41:16 +0000 (12:41 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 26 Jun 2011 19:41:16 +0000 (12:41 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.6.txt | patch | blob | history | |
Documentation/git.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index 9fd85f5362fef82059ffcf2d158572fb87506ce4..9ec498ea39d969a60c74192bf0863ef9fabe4bc1 100644 (file)
-Git v1.7.6 Release Notes (draft)
+Git v1.7.6 Release Notes
========================
Updates since v1.7.5
* "git status -z" did not default to --porcelain output format.
(merge bc/maint-status-z-to-use-porcelain later)
-
----
-exec >/var/tmp/1
-echo O=$(git describe master)
-O=v1.7.6-rc2
-git shortlog --no-merges ^maint ^$O master
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 5c45446a4ac955630c8709e2184e52163185b8d4..3c7a832343ea983f7122c5d33429a4129fdba70a 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.6/git.html[documentation for release 1.7.6]
+
+* release notes for
+ link:RelNotes/1.7.6.txt[1.7.6].
+
* link:v1.7.5.4/git.html[documentation for release 1.7.5.4]
* release notes for
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index dc3880c562a075112638ab660d0c44b32837e3e1..f04e4b138d344155b767a0538321dda34552906e 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.6-rc3
+DEF_VER=v1.7.6
LF='
'