From 64fdc08dac6694d1e754580e7acb82dfa4988bb9 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 21 Jul 2010 12:55:50 -0700 Subject: [PATCH] Git 1.7.2 Signed-off-by: Junio C Hamano --- Documentation/RelNotes-1.7.2.txt | 12 ++++-------- Documentation/git.txt | 5 +++++ GIT-VERSION-GEN | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Documentation/RelNotes-1.7.2.txt b/Documentation/RelNotes-1.7.2.txt index f24b3876af..15cf01178c 100644 --- a/Documentation/RelNotes-1.7.2.txt +++ b/Documentation/RelNotes-1.7.2.txt @@ -1,5 +1,5 @@ -Git v1.7.2 Release Notes (draft) -================================ +Git v1.7.2 Release Notes +======================== Updates since v1.7.1 -------------------- @@ -123,6 +123,8 @@ Updates since v1.7.1 * The test harness has been updated to produce TAP-friendly output. + * Many documentation improvement patches are also included. + Fixes since v1.7.1 ------------------ @@ -147,9 +149,3 @@ release, unless otherwise noted. * "git read-tree -m A B" used to switch to branch B while retaining local changes added an incorrect cache-tree information (b1f47514). - --- -exec >/var/tmp/1 -O=v1.7.2-rc2-17-gc9a9766 -echo O=$(git describe HEAD) -git shortlog --no-merges HEAD ^maint ^$O diff --git a/Documentation/git.txt b/Documentation/git.txt index 12066ab3fc..27ece58857 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.2/git.html[documentation for release 1.7.2] + +* release notes for + link:RelNotes-1.7.2.txt[1.7.2]. + * link:v1.7.1.1/git.html[documentation for release 1.7.1.1] * release notes for diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index e45513dee9..e88f50cafb 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.1.GIT +DEF_VER=v1.7.2 LF=' ' -- 2.11.4.GIT