From: Junio C Hamano Date: Mon, 21 Jul 2008 05:59:00 +0000 (-0700) Subject: What's cooking in git.git (Jul 2008, issue #09; Sun, 20) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=935571c21269bf2d72f6bf6306d38118aeeb1d7f;p=thirdparty%2Fgit.git What's cooking in git.git (Jul 2008, issue #09; Sun, 20) --- 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