Skip to content

Commit

Permalink
Git 1.7.8-rc4
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
gitster committed Nov 28, 2011
1 parent d69bafc commit fc14b89
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
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ included in this release.

---
exec >/var/tmp/1
O=v1.7.8-rc3-16-g9e9ab40
O=v1.7.8-rc4
echo O=$(git describe --always master)
git log --first-parent --oneline --reverse ^$O master
echo
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.8-rc3
DEF_VER=v1.7.8-rc4

LF='
'
Expand Down

0 comments on commit fc14b89

Please sign in to comment.