Skip to content

Commit

Permalink
Git 1.7.8-rc0
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
gitster committed Oct 31, 2011
1 parent 324bc2a commit be3fa91
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.8.txt
Expand Up @@ -214,7 +214,7 @@ included in this release.


--- ---
exec >/var/tmp/1 exec >/var/tmp/1
O=v1.7.7.1-487-g4801546 O=v1.7.7.1-492-g324bc2a
echo O=$(git describe --always master) echo O=$(git describe --always master)
git log --first-parent --oneline --reverse ^$O master git log --first-parent --oneline --reverse ^$O master
echo echo
Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh


GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v1.7.7.GIT DEF_VER=v1.7.8-rc0


LF=' LF='
' '
Expand Down

0 comments on commit be3fa91

Please sign in to comment.