diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-04-19 11:51:00 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-04-19 11:51:00 -0700 |
commit | 6ceb270ce6f65cf4bc2a22830f96e0cc838b3fec (patch) | |
tree | 405645707d75345f87f3807d97db80a39bf8d79e | |
parent | 0e73bb4dfc15472d0671c37fe03d577cd0af2380 (diff) | |
download | git-6ceb270ce6f65cf4bc2a22830f96e0cc838b3fec.tar.gz |
Git 1.7.5-rc3v1.7.5-rc3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes/1.7.5.txt | 8 | ||||
-rw-r--r-- | Documentation/git.txt | 3 | ||||
-rwxr-xr-x | GIT-VERSION-GEN | 2 |
3 files changed, 4 insertions, 9 deletions
diff --git a/Documentation/RelNotes/1.7.5.txt b/Documentation/RelNotes/1.7.5.txt index 18edcbf56f..987919c321 100644 --- a/Documentation/RelNotes/1.7.5.txt +++ b/Documentation/RelNotes/1.7.5.txt @@ -1,4 +1,4 @@ -Git v1.7.5 Release Notes (draft) +Git v1.7.5 Release Notes ======================== Updates since v1.7.4 @@ -130,9 +130,3 @@ release, unless otherwise noted. doing both a mirror fetch and a mirror push at the same time, which made little sense. We now warn and require the command line to specify either --mirror=fetch or --mirror=push. - ---- -exec >/var/tmp/1 -O=v1.7.5-rc2 -echo O=$(git describe 'master') -git shortlog --no-merges ^maint ^$O master diff --git a/Documentation/git.txt b/Documentation/git.txt index b8fa77b7ac..e4d43a9653 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -44,9 +44,10 @@ 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.4.4/git.html[documentation for release 1.7.4.4] +* link:v1.7.4.5/git.html[documentation for release 1.7.4.5] * release notes for + link:RelNotes/1.7.4.5.txt[1.7.4.5], link:RelNotes/1.7.4.4.txt[1.7.4.4], link:RelNotes/1.7.4.3.txt[1.7.4.3], link:RelNotes/1.7.4.2.txt[1.7.4.2], diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 3b84f9a561..cff3d9ff33 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.5-rc2 +DEF_VER=v1.7.5-rc3 LF=' ' |