Browse Source

Git 1.7.8-rc4

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint v1.7.8-rc4
Junio C Hamano 13 years ago
parent
commit
fc14b89a7e
  1. 2
      Documentation/RelNotes/1.7.8.txt
  2. 2
      GIT-VERSION-GEN

2
Documentation/RelNotes/1.7.8.txt

@ -162,7 +162,7 @@ included in this release. @@ -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

2
GIT-VERSION-GEN

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.7.8-rc3
DEF_VER=v1.7.8-rc4

LF='
'

Loading…
Cancel
Save