Skip to content

Commit

Permalink
Git 1.7.7-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 Sep 18, 2011
1 parent c103e95 commit 167a580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/RelNotes/1.7.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ included in this release.
--
exec >/var/tmp/1
echo O=$(git describe master)
O=v1.7.7-rc0-185-gb648557
O=v1.7.7-rc2
git log --first-parent --oneline $O..master
echo
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.7-rc1
DEF_VER=v1.7.7-rc2

LF='
'
Expand Down

0 comments on commit 167a580

Please sign in to comment.