11To: 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
55
6- What's cooking in git.git (Jan 2010, #10; Sun, 31 )
6+ What's cooking in git.git (Feb 2010, #01; Wed, 03 )
77--------------------------------------------------
88
99Here are the topics that have been cooking. Commits prefixed with '-' are
@@ -17,35 +17,38 @@ regressions to end users. Thanks.
1717--------------------------------------------------
1818[Graduated to "master"]
1919
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
2524
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
3029
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.)
3334
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).
3837
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.)
4040
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.
4542
4643--------------------------------------------------
4744[New Topics]
4845
46+ * jc/typo (2010-02-03) 1 commit
47+ - Typofixes outside documentation area
48+
49+ --------------------------------------------------
50+ [Cooking]
51+
4952* jn/maint-makedepend (2010-01-26) 5 commits
5053 - Makefile: drop dependency on $(wildcard */*.h)
5154 - Makefile: clean up http-walker.o dependency rules
@@ -54,7 +57,7 @@ regressions to end users. Thanks.
5457 - Makefile: add missing header file dependencies
5558 (this branch is used by jn/makedepend and jn/master-makedepend.)
5659
57- These look sensible clean-up that could go to maint.
60+ These look sensible clean-up that could go to maint later .
5861
5962* jn/master-makedepend (2010-01-26) 0 commits
6063 (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".
7376 - Makefile: transport.o depends on branch.h now
7477 (this branch uses jn/maint-makedepend and jn/master-makedepend.)
7578
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.
8283
8384* jc/checkout-detached (2010-01-29) 1 commit
8485 - Reword "detached HEAD" notification
@@ -87,37 +88,15 @@ And this is to build on top.
8788 - lib-patch-mode.sh: Fix permission
8889 - t6000lib: Fix permission
8990
90- * jh/gitweb-caching (2010-01-30) 8 commits
91+ * jh/gitweb-caching (2010-01-30) 1 commit
9192 - 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
9993
10094* jn/makefile-script-lib (2010-01-31) 1 commit
10195 - Do not install shell libraries executable
10296
10397* mv/request-pull-modernize (2010-01-29) 1 commit
10498 - request-pull: avoid mentioning that the start point is a single commit
10599
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-
121100* cc/reset-keep (2010-01-19) 5 commits
122101 - reset: disallow using --keep when there are unmerged entries
123102 - reset: disallow "reset --keep" outside a work tree
0 commit comments