summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c103e95)
raw | patch | inline | side by side (parent: c103e95)
author | Junio C Hamano <gitster@pobox.com> | |
Sun, 18 Sep 2011 22:41:34 +0000 (15:41 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 18 Sep 2011 22:41:34 +0000 (15:41 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.7.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index 6e83082c14f3adaf6f326092223eaf86611f9f12..f10ff2882072a1754d8523ed624b8f9ab232a127 100644 (file)
--
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
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 988831852e260fd5004b79cd354d3775344ebffe..647dc603ab789446a33c34dc1dabb00a92c5385e 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.7-rc1
+DEF_VER=v1.7.7-rc2
LF='
'