Skip to content

Commit

Permalink
Git 1.7.5-rc3
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 Apr 19, 2011
1 parent 0e73bb4 commit 6ceb270
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
8 changes: 1 addition & 7 deletions Documentation/RelNotes/1.7.5.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Git v1.7.5 Release Notes (draft)
Git v1.7.5 Release Notes
========================

Updates since v1.7.4
Expand Down Expand Up @@ -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
3 changes: 2 additions & 1 deletion Documentation/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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],
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.5-rc2
DEF_VER=v1.7.5-rc3

LF='
'
Expand Down

0 comments on commit 6ceb270

Please sign in to comment.