Skip to content

Commit 64fdc08

Browse files
committed
Git 1.7.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6e6842e commit 64fdc08

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

Documentation/RelNotes-1.7.2.txt

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Git v1.7.2 Release Notes (draft)
2-
================================
1+
Git v1.7.2 Release Notes
2+
========================
33

44
Updates since v1.7.1
55
--------------------
@@ -123,6 +123,8 @@ Updates since v1.7.1
123123

124124
* The test harness has been updated to produce TAP-friendly output.
125125

126+
* Many documentation improvement patches are also included.
127+
126128

127129
Fixes since v1.7.1
128130
------------------
@@ -147,9 +149,3 @@ release, unless otherwise noted.
147149

148150
* "git read-tree -m A B" used to switch to branch B while retaining
149151
local changes added an incorrect cache-tree information (b1f47514).
150-
151-
--
152-
exec >/var/tmp/1
153-
O=v1.7.2-rc2-17-gc9a9766
154-
echo O=$(git describe HEAD)
155-
git shortlog --no-merges HEAD ^maint ^$O

Documentation/git.txt

+5
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ unreleased) version of git, that is available from 'master'
4444
branch of the `git.git` repository.
4545
Documentation for older releases are available here:
4646

47+
* link:v1.7.2/git.html[documentation for release 1.7.2]
48+
49+
* release notes for
50+
link:RelNotes-1.7.2.txt[1.7.2].
51+
4752
* link:v1.7.1.1/git.html[documentation for release 1.7.1.1]
4853

4954
* release notes for

GIT-VERSION-GEN

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.7.1.GIT
4+
DEF_VER=v1.7.2
55

66
LF='
77
'

0 commit comments

Comments
 (0)