summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 34c071a)
raw | patch | inline | side by side (parent: 34c071a)
author | Junio C Hamano <gitster@pobox.com> | |
Sat, 24 Apr 2010 01:27:17 +0000 (18:27 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 24 Apr 2010 01:27:17 +0000 (18:27 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.7.1.txt | patch | blob | history | |
Documentation/git.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index 10389adb4aa289b5fdfb37c56b32efd213e5bd1d..9d89fedb36b4d6fa7c8a6a8487cc47b4ca542e3a 100644 (file)
-Git v1.7.1 Release Notes (draft)
-================================
+Git v1.7.1 Release Notes
+========================
Updates since v1.7.0
--------------------
* "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 105b0b580bc5cc6afc6760c4dae54f5009fa9fad..c4024d0edd9f77c49e6211c6950c6ccb775a70ff 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.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 1063945c303f8e4dec8dcc11e340b8d89f86065b..0ad39484eceab30360e1f46c6057a873ca2c26f1 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.1.rc2
+DEF_VER=v1.7.1
LF='
'