summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0e73bb4)
raw | patch | inline | side by side (parent: 0e73bb4)
author | Junio C Hamano <gitster@pobox.com> | |
Tue, 19 Apr 2011 18:51:00 +0000 (11:51 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 19 Apr 2011 18:51:00 +0000 (11:51 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.5.txt | patch | blob | history | |
Documentation/git.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index 18edcbf56ff388f64de752158b41c190dc3dab3b..987919c32143f86d7e7b193b002e7d2ea2df8917 100644 (file)
-Git v1.7.5 Release Notes (draft)
+Git v1.7.5 Release Notes
========================
Updates since v1.7.4
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 b8fa77b7ac44a644cca837352df3e02fd97d636b..e4d43a9653c58a79ee9a23ef4c001fd68db82388 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.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 3b84f9a56100e96a61ba111863a61e20adb9e92e..cff3d9ff33985f26108dad6bbefca25e364fd0c3 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.5-rc2
+DEF_VER=v1.7.5-rc3
LF='
'