summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-12-16 20:50:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-12-16 20:50:33 (GMT)
commit94058a90cf3e10122037cd80ea48d3d52be5efd9 (patch)
tree40c5a1ad14096f947a12c72e332c7cb33de25fc8
parenta1bb8f45f1590f812badceea0b7c120074ec3e85 (diff)
downloadgit-1.6.6-rc3.zip
git-1.6.6-rc3.tar.gz
git-1.6.6-rc3.tar.bz2
Git 1.6.6-rc3v1.6.6-rc3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes-1.6.6.txt6
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 1 insertions, 7 deletions
diff --git a/Documentation/RelNotes-1.6.6.txt b/Documentation/RelNotes-1.6.6.txt
index 059e9c3..b9e8642 100644
--- a/Documentation/RelNotes-1.6.6.txt
+++ b/Documentation/RelNotes-1.6.6.txt
@@ -222,9 +222,3 @@ Fixes since v1.6.5
All of the fixes in v1.6.5.X maintenance series are included in this
release, unless otherwise noted.
-
----
-exec >/var/tmp/1
-echo O=$(git describe master)
-O=v1.6.6-rc1-79-g529f8c6
-git shortlog --no-merges $O..master --not maint
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 4e1806b..039e8d4 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.6.6-rc2.GIT
+DEF_VER=v1.6.6-rc3.GIT
LF='
'