summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6e6842e)
raw | patch | inline | side by side (parent: 6e6842e)
author | Junio C Hamano <gitster@pobox.com> | |
Wed, 21 Jul 2010 19:55:50 +0000 (12:55 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 21 Jul 2010 19:55:50 +0000 (12:55 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.7.2.txt | patch | blob | history | |
Documentation/git.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index f24b3876af6e2edbfdd7e8af2eff445fb8e6f85d..15cf01178c1f653230c8f718ef7024b147ecacf9 100644 (file)
-Git v1.7.2 Release Notes (draft)
-================================
+Git v1.7.2 Release Notes
+========================
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
------------------
* "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 12066ab3fc2ba37c0a9eb291d40e1fb4a985714b..27ece5885720c0db79e30a6de9663e3bdfb37f07 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.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 e45513dee938dde3a8428a833fb43023b04ca95b..e88f50cafb5dcb4cd2f4d183a53382ccc84b91a7 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.1.GIT
+DEF_VER=v1.7.2
LF='
'