11To: git@vger.kernel.org
2- Subject: What's cooking in git.git (Jan 2010, #08; Sun, 24 )
3- X-master-at: b2c2e4c22c6a4fe151f02380d247cf3d9a9d5d1e
4- X-next-at: ab82714c66789f07812b3c1c723004a10b67a882
2+ Subject: What's cooking in git.git (Jan 2010, #09; Mon, 25 )
3+ X-master-at: e3f67d30b20e49d8fc3eefe819808cba7998b060
4+ X-next-at: fbe713d5bd6c280a0b5838c6fffb700008ae456e
55
6- What's cooking in git.git (Jan 2010, #08; Sun, 24 )
6+ What's cooking in git.git (Jan 2010, #09; Mon, 25 )
77--------------------------------------------------
88
99Here are the topics that have been cooking. Commits prefixed with '-' are
1010only in 'pu' while commits prefixed with '+' are in 'next'. The ones
1111marked with '.' do not appear in any of the integration branches, but I am
1212still holding onto them.
1313
14- --------------------------------------------------
15- [Graduated to "master"]
16-
17- * jc/fix-tree-walk (2009-09-14) 7 commits
18- (merged to 'next' on 2010-01-13 at 1c01b87)
19- + read-tree --debug-unpack
20- + unpack-trees.c: look ahead in the index
21- + unpack-trees.c: prepare for looking ahead in the index
22- + Aggressive three-way merge: fix D/F case
23- + traverse_trees(): handle D/F conflict case sanely
24- + more D/F conflict tests
25- + tests: move convenience regexp to match object names to test-lib.sh
26-
27- This is fix for a tricky codepath; I've been using this personally during
28- the whole cycle up to point, so hopefully it finally have nailed all the
29- corner cases? Knock wood...
14+ We are already past -rc0; I think jl/diff-submodule-ignore should be part
15+ of 1.7.0-rc1, and I heard that early parts of jh/gitweb-cached are ready,
16+ but perhaps needs the final round of clean-up. I am not confident if we
17+ can fix any potential fallouts before 1.7.0 if we merged other topics.
18+
19+ So while I expect some minor merges to 'master' yet to come but otherwise
20+ this should be pretty much "it" from feature-set perspective.
21+
22+ Oh, gitk and git-gui may have further pull-requests before -rc1.
3023
3124--------------------------------------------------
3225[New Topics]
3326
27+ * fk/threaded-grep (2010-01-25) 1 commit
28+ - Threaded grep
29+ (this branch uses jc/grep-q.)
30+
31+ 400% performance gain on a 4-core box ;-)
32+
33+ * jc/grep-q (2010-01-25) 1 commit
34+ - grep: expose "status-only" feature via -q
35+ (this branch is used by fk/threaded-grep.)
36+
37+ * jl/diff-submodule-ignore (2010-01-24) 2 commits
38+ (merged to 'next' on 2010-01-25 at fbe713d)
39+ + Teach diff --submodule that modified submodule directory is dirty
40+ + git diff: Don't test submodule dirtiness with --ignore-submodules
41+ (this branch uses jc/ce-uptodate.)
42+
43+ --------------------------------------------------
44+ [Cooking]
45+
46+ * jc/ce-uptodate (2010-01-24) 1 commit
47+ (merged to 'next' on 2010-01-25 at fbe713d)
48+ + Make ce_uptodate() trustworthy again
49+ (this branch is used by jl/diff-submodule-ignore.)
50+
51+ I think this and Jens Lehmann's follow-up patch to avoid calling
52+ is_submodule_modified() are needed before 1.7.0
53+
3454* cc/reset-keep (2010-01-19) 5 commits
3555 - reset: disallow using --keep when there are unmerged entries
3656 - reset: disallow "reset --keep" outside a work tree
@@ -44,15 +64,6 @@ perhaps queuing it to pu to give it wider visibility may help somebody
4464coming up with a better way to defend the feature and introduce it to
4565users without confusing them than Christan nor I managed to.
4666
47- * jc/ce-uptodate (2010-01-24) 1 commit
48- - Make ce_uptodate() trustworthy again
49-
50- I think this and Jens Lehmann's follow-up patch to avoid calling
51- is_submodule_modified() are needed before 1.7.0
52-
53- --------------------------------------------------
54- [Cooking]
55-
5667* jh/notes (2010-01-17) 20 commits
5768 - builtin-gc: Teach the new --notes option to garbage-collect notes
5869 - Notes API: gc_notes(): Prune notes that belong to non-existing objects
0 commit comments