Skip to content

Commit

Permalink
Git 1.7.5-rc2
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 13, 2011
1 parent 6c4c9bd commit 865d370
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Documentation/RelNotes/1.7.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Updates since v1.7.4

* Various git-p4 enhancements (in contrib).

* Various vcs-svn enhancements.
* Various vcs-svn, git-svn and gitk enhancements and fixes.

* Various git-gui updates (0.14.0).

Expand Down Expand Up @@ -133,6 +133,6 @@ release, unless otherwise noted.

---
exec >/var/tmp/1
O=v1.7.5-rc1
O=v1.7.5-rc2
echo O=$(git describe 'master')
git shortlog --no-merges ^maint ^$O master
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-rc1
DEF_VER=v1.7.5-rc2

LF='
'
Expand Down

0 comments on commit 865d370

Please sign in to comment.