Skip to content

Commit

Permalink
Git 1.6.6-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Dec 10, 2009
1 parent 529f8c6 commit 80d9361
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions Documentation/RelNotes-1.6.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down Expand Up @@ -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
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.6.6-rc1.GIT
DEF_VER=v1.6.6-rc2.GIT

LF='
'
Expand Down

0 comments on commit 80d9361

Please sign in to comment.