Update whatsin and whatscooking
[git/spearce.git] / whatscooking.txt
blobf558c748d70979473b4b225e6748566ebe9179be
1 What's cooking in git.git (Jul 2008, issue #10; Sat, 26)
2 --------------------------------------------------------
4 Here are the topics that have been cooking.  Commits prefixed
5 with '-' are only in 'pu' while commits prefixed with '+' are
6 in 'next'.
8 The topics list the commits in reverse chronological order.  The topics
9 meant to be merged to the maintenance series have "maint-" in their names.
11 Due to increased activity level from people including GSoC students, I
12 expect 'next' to stay somewhat more active than previous rounds during the
13 1.6.0-rc cycle.  The request for people who usually follow 'next' is the
14 same as usual, though.  After -rc1 is tagged, please run 'master' for your
15 daily git use instead, in order to make sure 'master' does what it claims
16 to do without regression.
18 Tentative schedule, my wishful thinking:
20  - 1.6.0-rc1 (Jul 27)
21  - 1.6.0-rc2 (Aug  6)
22  - 1.6.0-rc3 (Aug 10)
24 ----------------------------------------------------------------
25 [New Topics]
27 * cc/bisect (Tue Jul 22 08:16:18 2008 +0200) 2 commits
28  . bisect: only check merge bases when needed
29  . bisect: test merge base if good rev is not an ancestor of bad rev
31 * jc/add-addremove (Tue Jul 22 22:30:40 2008 -0700) 2 commits
32  + builtin-add.c: optimize -A option and "git add ."
33  + builtin-add.c: restructure the code for maintainability
35 * jk/pager-swap (Tue Jul 22 03:14:12 2008 -0400) 2 commits
36  + spawn pager via run_command interface
37  + run-command: add pre-exec callback
39 * ph/enable-threaded (Mon Jul 21 11:23:43 2008 +0200) 1 commit
40  + Enable threaded delta search on *BSD and Linux.
42 ----------------------------------------------------------------
43 [Cooking]
45 * pb/sane-mv (Mon Jul 21 02:25:56 2008 +0200) 2 commits
46  - git-mv: Keep moved index entries inact
47  - git-mv: Remove dead code branch
49 Running "git mv A B" when you have local changes to A automatically staged
50 it while moving it to B, which was a longstanding nonsense.  This attempts
51 to fix it.  Pasky has other plans to build on a more solidified foundation
52 to enhance the command to work with submodules better on top of this.
54 I think this is of 'next' quality already.
56 * rs/imap (Wed Jul 9 22:29:02 2008 +0100) 5 commits
57  + Documentation: Improve documentation for git-imap-send(1)
58  + imap-send.c: more style fixes
59  + imap-send.c: style fixes
60  + git-imap-send: Support SSL
61  + git-imap-send: Allow the program to be run from subdirectories of
62    a git tree
64 Some people seem to prefer having this feature available also with gnutls.
65 Such an enhancement can be done in-tree on top of this series if they are
66 so inclined.
68 ----------------------------------------------------------------
69 [On Hold]
71 * sg/merge-options (Sun Apr 6 03:23:47 2008 +0200) 1 commit
72  + merge: remove deprecated summary and diffstat options and config
73    variables
75 This was previously in "will be in master soon" category, but it turns out
76 that the synonyms to the ones this one deletes are fairly new invention
77 that happend in 1.5.6 timeframe, and we cannot do this just yet.  Perhaps
78 in 1.7.0.
80 * jc/dashless (Thu Jun 26 16:43:34 2008 -0700) 2 commits
81  + Revert "Make clients ask for "git program" over ssh and local
82    transport"
83  + Make clients ask for "git program" over ssh and local transport
85 This is the "botched" one.  Will be resurrected during 1.7.0 or 1.8.0
86 timeframe.
88 * jk/renamelimit (Sat May 3 13:58:42 2008 -0700) 1 commit
89  . diff: enable "too large a rename" warning when -M/-C is explicitly
90    asked for
92 This would be the right thing to do for command line use, but gitk will be
93 hit due to tcl/tk's limitation, so I am holding this back for now.
95 ----------------------------------------------------------------
96 [Dropped]
98 There are a handful topics that used to be in 'pu' but tentatively dropped
99 for now.
101 *^ cc/bisect (Tue Jul 22 08:16:18 2008 +0200) 2 commits
102 *^ gi/cherry-cache (Sat Jul 12 20:14:51 2008 -0700) 1 commit
103 *^ jc/grafts (Wed Jul 2 17:14:12 2008 -0700) 1 commit
104 *^ sb/sequencer (Tue Jul 1 04:38:34 2008 +0200) 4 commits
106 I still hold onto their tips and intend to update them with newer versions
107 and/or merge them back to 'pu' when I have time, but not right now.