summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5565f47)
raw | patch | inline | side by side (parent: 5565f47)
author | Junio C Hamano <gitster@pobox.com> | |
Sun, 7 Mar 2010 19:07:51 +0000 (11:07 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 7 Mar 2010 19:07:51 +0000 (11:07 -0800) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.7.0.2.txt | patch | blob | history | |
Documentation/git.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index e44e010c11d50cefd33955ba396a9c473f0735d7..fcb46ca6a4ec321fd35093fa22858c2ff30dbbd6 100644 (file)
file.
And other minor fixes and documentation updates.
-
----
-exec >/var/tmp/1
-O=v1.7.0.1-64-g7d18122
-echo O=$(git describe maint)
-git shortlog --no-merges $O..maint
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 98b6e169827e91ced62af86694dba556819ac3a4..35c0c7983d2c18bc0701bc5d6ec22bebc53f792f 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.0.1/git.html[documentation for release 1.7.0.1]
+* link:v1.7.0.2/git.html[documentation for release 1.7.0.2]
* release notes for
+ link:RelNotes-1.7.0.2.txt[1.7.0.2],
link:RelNotes-1.7.0.1.txt[1.7.0.1],
link:RelNotes-1.7.0.txt[1.7.0].
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 7f894fdd4655ddad9fe3228141a5f21959f1450e..d968ff0fcd89176ab0e3e3866d3f30c172a76133 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.0.1
+DEF_VER=v1.7.0.2
LF='
'