From 935571c21269bf2d72f6bf6306d38118aeeb1d7f Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 20 Jul 2008 22:59:00 -0700 Subject: [PATCH] What's cooking in git.git (Jul 2008, issue #09; Sun, 20) --- whatscooking.txt | 58 +++++++++++++++++++++++++++++++----------------- 1 file changed, 38 insertions(+), 20 deletions(-) diff --git a/whatscooking.txt b/whatscooking.txt index 6b8d02b721..0620c89513 100644 --- a/whatscooking.txt +++ b/whatscooking.txt @@ -1,4 +1,4 @@ -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 @@ -23,11 +23,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 @@ -54,6 +63,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