What's cooking (2010/02 #01)

Junio C Hamano committed Feb 3, 2010 at 22:26 UTC 0fcdc761fa0b836b969fcc32244d4d89d275e6b8
1 file changed +33 -54
whats-cooking.txt
+33 -54
@@ -1,9 +1,9 @@
1 To: git@vger.kernel.org
2 -Subject: What's cooking in git.git (Jan 2010, #10; Sun, 31)
3 -X-master-at: c0da5db1e692c2bc74e5cdba67baf8762ac304b4
4 -X-next-at: 0b0b75cec288f9895f99607456ed06b21da0e2a9
2 +Subject: What's cooking in git.git (Feb 2010, #01; Wed, 03)
3 +X-master-at: 07cf0f2407709e3764ea989696b513ec32613504
4 +X-next-at: 9253ab096ff0b88d2d690152c03d9e2491d5c40c
5
6 -What's cooking in git.git (Jan 2010, #10; Sun, 31)
6 +What's cooking in git.git (Feb 2010, #01; Wed, 03)
7 --------------------------------------------------
8
9 Here are the topics that have been cooking. Commits prefixed with '-' are
@@ -17,35 +17,38 @@ regressions to end users. Thanks.
17 --------------------------------------------------
18 [Graduated to "master"]
19
20 -* jl/diff-submodule-ignore (2010-01-24) 2 commits
21 - (merged to 'next' on 2010-01-25 at fbe713d)
22 - + Teach diff --submodule that modified submodule directory is dirty
23 - + git diff: Don't test submodule dirtiness with --ignore-submodules
24 - (this branch uses jc/ce-uptodate.)
20 +* bw/no-python-autoconf (2010-01-31) 2 commits
21 + (merged to 'next' on 2010-02-01 at 7c70402)
22 + + configure: Allow --without-python
23 + + configure: Allow GIT_ARG_SET_PATH to handle --without-PROGRAM
24
26 -* jc/ce-uptodate (2010-01-24) 1 commit
27 - (merged to 'next' on 2010-01-25 at fbe713d)
28 - + Make ce_uptodate() trustworthy again
29 - (this branch is used by jl/diff-submodule-ignore.)
25 +* ms/filter-branch-submodule (2010-01-28) 2 commits
26 + (merged to 'next' on 2010-01-28 at 226cbf8)
27 + + filter-branch: Add tests for submodules in tree-filter
28 + + filter-branch: Fix to allow replacing submodules with another content
29
31 -* gp/maint-cvsserver (2010-01-26) 1 commit
32 - + git-cvsserver: allow regex metacharacters in CVSROOT
30 +* sp/maint-fast-import-large-blob (2010-02-01) 1 commit
31 + (merged to 'next' on 2010-02-01 at 04d206f)
32 + + fast-import: Stream very large blobs directly to pack
33 + (this branch is used by sp/fast-import-large-blob.)
34
34 -* fk/threaded-grep (2010-01-25) 1 commit
35 - (merged to 'next' on 2010-01-26 at 687b2a6)
36 - + Threaded grep
37 - (this branch uses jc/grep-q.)
35 +Importing a large blob via fast-import may bust the pack size limit (or
36 +2GB filesize limit found on some filesystems).
37
39 -400% performance gain on a 4-core box ;-)
38 +* sp/fast-import-large-blob (2010-02-01) 0 commits
39 + (this branch uses sp/maint-fast-import-large-blob.)
40
41 -* jc/grep-q (2010-01-25) 1 commit
42 - (merged to 'next' on 2010-01-26 at 687b2a6)
43 - + grep: expose "status-only" feature via -q
44 - (this branch is used by fk/threaded-grep.)
41 +And this is to help merging the topic to newer codebase.
42
43 --------------------------------------------------
44 [New Topics]
45
46 +* jc/typo (2010-02-03) 1 commit
47 + - Typofixes outside documentation area
48 +
49 +--------------------------------------------------
50 +[Cooking]
51 +
52 * jn/maint-makedepend (2010-01-26) 5 commits
53 - Makefile: drop dependency on $(wildcard */*.h)
54 - Makefile: clean up http-walker.o dependency rules
@@ -54,7 +57,7 @@ regressions to end users. Thanks.
57 - Makefile: add missing header file dependencies
58 (this branch is used by jn/makedepend and jn/master-makedepend.)
59
57 -These look sensible clean-up that could go to maint.
60 +These look sensible clean-up that could go to maint later.
61
62 * jn/master-makedepend (2010-01-26) 0 commits
63 (this branch uses jn/maint-makedepend; is used by jn/makedepend.)
@@ -73,12 +76,10 @@ This is to help merging the clean-up to "master".
76 - Makefile: transport.o depends on branch.h now
77 (this branch uses jn/maint-makedepend and jn/master-makedepend.)
78
76 -And this is to build on top.
77 -
78 -* ms/filter-branch-submodule (2010-01-28) 2 commits
79 - (merged to 'next' on 2010-01-28 at 226cbf8)
80 - + filter-branch: Add tests for submodules in tree-filter
81 - + filter-branch: Fix to allow replacing submodules with another content
79 +And this is to build on top. I don't want to touch build infrastructure
80 +during the pre-release freeze too much to avoid the last minute hassles
81 +that is only discovered when I try to cut RPMs; hence this will stay out
82 +of 'master' until 1.7.0 ships.
83
84 * jc/checkout-detached (2010-01-29) 1 commit
85 - Reword "detached HEAD" notification
@@ -87,15 +88,8 @@ And this is to build on top.
88 - lib-patch-mode.sh: Fix permission
89 - t6000lib: Fix permission
90
90 -* jh/gitweb-caching (2010-01-30) 8 commits
91 +* jh/gitweb-caching (2010-01-30) 1 commit
92 - gitweb: Add an option to force version match
92 - - gitweb: Add optional extra parameter to die_error, for extended explanation
93 - - gitweb: add a "string" variant of print_sort_th
94 - - gitweb: add a "string" variant of print_local_time
95 - - gitweb: Check that $site_header etc. are defined before using them
96 - - gitweb: Makefile improvements
97 - - gitweb: Load checking
98 - - gitweb: Make running t9501 test with '--debug' reliable and usable
93
94 * jn/makefile-script-lib (2010-01-31) 1 commit
95 - Do not install shell libraries executable
@@ -103,21 +97,6 @@ And this is to build on top.
97 * mv/request-pull-modernize (2010-01-29) 1 commit
98 - request-pull: avoid mentioning that the start point is a single commit
99
106 -* sp/maint-fast-import-large-blob (2010-01-29) 1 commit
107 - - fast-import: Stream very large blobs directly to pack
108 - (this branch is used by sp/fast-import-large-blob.)
109 -
110 -Importing a large blob via fast-import may bust the pack size limit (or
111 -2GB filesize limit found on some filesystems).
112 -
113 -* sp/fast-import-large-blob (2010-01-29) 0 commits
114 - (this branch uses sp/maint-fast-import-large-blob.)
115 -
116 -And this is to help merging the topic to newer codebase.
117 -
118 ---------------------------------------------------
119 -[Cooking]
120 -
100 * cc/reset-keep (2010-01-19) 5 commits
101 - reset: disallow using --keep when there are unmerged entries
102 - reset: disallow "reset --keep" outside a work tree