Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-12-10 03:21:36 +0300
committerJunio C Hamano <gitster@pobox.com>2009-12-10 03:21:36 +0300
commit80d93611c55fec171e0d9aba98db079952f9d7aa (patch)
treeedd522eeab36d457cc3494036e95efa29587a32c
parent529f8c6ea6c13d85178d4ed10ed60ed8fd6f6c19 (diff)
Git 1.6.6-rc2v1.6.6-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes-1.6.6.txt12
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 10 insertions, 4 deletions
diff --git a/Documentation/RelNotes-1.6.6.txt b/Documentation/RelNotes-1.6.6.txt
index dc55480a14..8f9d4f5a4e 100644
--- a/Documentation/RelNotes-1.6.6.txt
+++ b/Documentation/RelNotes-1.6.6.txt
@@ -108,9 +108,15 @@ Updates since v1.6.5
(subsystems)
- * various git-gui updates including new translations, wm states, etc.
+ * various gitk updates including use of themed widgets under Tk 8.5,
+ Japanese translation, a fix to a bug when running "gui blame" from
+ a subdirectory, etc.
- * git-svn updates.
+ * various git-gui updates including new translations, wm states fixes,
+ Tk bug workaround after quitting, improved heuristics to trigger gc,
+ etc.
+
+ * various git-svn updates.
* "git fetch" over http learned a new mode that is different from the
traditional "dumb commit walker".
@@ -236,5 +242,5 @@ release, unless otherwise noted.
---
exec >/var/tmp/1
echo O=$(git describe master)
-O=v1.6.6-rc1-52-gff86bdd
+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 10a38ba67a..4e1806b1dc 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.6.6-rc1.GIT
+DEF_VER=v1.6.6-rc2.GIT
LF='
'