diff --git a/whats-cooking.txt b/whats-cooking.txt
index d5fac5ab0b..7be6a1ea13 100644
--- a/whats-cooking.txt
+++ b/whats-cooking.txt
@@ -1,6 +1,6 @@
-Subject: What's cooking in git.git (Jul 2008, issue #08; Sat, 19)
+Subject: What's cooking in git.git (Jul 2008, issue #09; Sun, 20)
-What's cooking in git.git (Jul 2008, issue #08; Sat, 19)
+What's cooking in git.git (Jul 2008, issue #09; Sun, 20)
--------------------------------------------------------
Here are the topics that have been cooking. Commits prefixed
@@ -25,11 +25,20 @@ Tentative schedule, my wishful thinking:
- 1.6.0-rc3 (Aug 6)
- 1.6.0 (Aug 10)
-No real activity on 'next', as I was busy tending bugfixes and pushing out
-v1.5.6.4 today.
+----------------------------------------------------------------
+[New Topics]
+
+* pb/sane-mv (Mon Jul 21 02:25:56 2008 +0200) 2 commits
+ - git-mv: Keep moved index entries inact
+ - git-mv: Remove dead code branch
+
+Running "git mv A B" when you have local changes to A automatically staged
+it while moving it to B, which was a longstanding nonsense. This attempts
+to fix it. Pasky has other plans to build on a more solidified foundation
+to enhance the command to work with submodules better on top of this.
----------------------------------------------------------------
-[Will merge to "master" soon]
+[Graduated to "master"]
* ns/am-abort (Wed Jul 16 19:39:10 2008 +0900) 1 commit
+ git am --abort
@@ -56,6 +65,30 @@ clearer.
* ap/trackinfo (Wed Jul 16 15:19:27 2008 -0400) 1 commit
+ Reword "your branch has diverged..." lines to reduce line length
+* xx/merge-in-c-into-next (Wed Jul 9 13:51:46 2008 -0700) 4 commits
+ + Teach git-merge -X