From 8500e03bb74df02fe8a9e86aa9452294ace7b095 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 26 Jul 2008 00:43:36 -0700 Subject: [PATCH] Update whatsin and whatscooking --- whatscooking.txt | 181 ++++++++++++----------------------------------- whatsin.txt | 160 ++++++++++++++++++++++++++++++++--------- 2 files changed, 173 insertions(+), 168 deletions(-) diff --git a/whatscooking.txt b/whatscooking.txt index 0620c89513..f558c748d7 100644 --- a/whatscooking.txt +++ b/whatscooking.txt @@ -1,4 +1,4 @@ -What's cooking in git.git (Jul 2008, issue #09; Sun, 20) +What's cooking in git.git (Jul 2008, issue #10; Sat, 26) -------------------------------------------------------- Here are the topics that have been cooking. Commits prefixed @@ -17,15 +17,31 @@ to do without regression. Tentative schedule, my wishful thinking: - - 1.6.0-rc0 (Jul 20) - - 1.6.0-rc1 (Jul 23) - - 1.6.0-rc2 (Jul 30) - - 1.6.0-rc3 (Aug 6) - - 1.6.0 (Aug 10) + - 1.6.0-rc1 (Jul 27) + - 1.6.0-rc2 (Aug 6) + - 1.6.0-rc3 (Aug 10) ---------------------------------------------------------------- [New Topics] +* cc/bisect (Tue Jul 22 08:16:18 2008 +0200) 2 commits + . bisect: only check merge bases when needed + . bisect: test merge base if good rev is not an ancestor of bad rev + +* jc/add-addremove (Tue Jul 22 22:30:40 2008 -0700) 2 commits + + builtin-add.c: optimize -A option and "git add ." + + builtin-add.c: restructure the code for maintainability + +* jk/pager-swap (Tue Jul 22 03:14:12 2008 -0400) 2 commits + + spawn pager via run_command interface + + run-command: add pre-exec callback + +* ph/enable-threaded (Mon Jul 21 11:23:43 2008 +0200) 1 commit + + Enable threaded delta search on *BSD and Linux. + +---------------------------------------------------------------- +[Cooking] + * 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 @@ -35,139 +51,19 @@ 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. ----------------------------------------------------------------- -[Graduated to "master"] - -* ns/am-abort (Wed Jul 16 19:39:10 2008 +0900) 1 commit - + git am --abort - -This one is for Ted; builds on top of the recent "am and rebase leaves -ORIG_HEAD just like reset, merge and pull does" rather nicely. - -* jc/rerere-auto-more (Wed Jul 16 20:25:18 2008 -0700) 1 commit - + rerere.autoupdate: change the message when autoupdate is in effect - -This one is for Ingo. - -This changes the message rerere issues after reusing previous conflict -resolution from "Resolved" to "Staged" when autoupdate option is in -effect. - -It is envisioned that in practice, some auto resolutions are trickier and -iffier than others, and we would want to add a feature to mark individual -resolutions as "this is ok to autoupdate" or "do not autoupdate the result -using this resolution even when rerere.autoupdate is in effect" in the -future. When that happens, these messages will make the distinction -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