Skip to content

Commit

Permalink
Git 1.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jul 21, 2010
1 parent 6e6842e commit 64fdc08
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
12 changes: 4 additions & 8 deletions Documentation/RelNotes-1.7.2.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Git v1.7.2 Release Notes (draft)
================================
Git v1.7.2 Release Notes
========================

Updates since v1.7.1
--------------------
Expand Down Expand Up @@ -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
------------------
Expand All @@ -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
5 changes: 5 additions & 0 deletions Documentation/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.7.1.GIT
DEF_VER=v1.7.2

LF='
'
Expand Down

0 comments on commit 64fdc08

Please sign in to comment.