What's cooking (2008/08 #04)
Junio C Hamano committed
Aug 17, 2008 at 03:17 UTC
51dbaafc35ea391698a55d673f0baf7c5ec375e6
1 file changed
+54
-16
whats-cooking.txt
+54
-16
@@ -1,8 +1,8 @@
1
-Subject: What's cooking in git.git (Aug 2008, #03; Thu, 14)
2
-X-master-at: a0653d550524a0263d36fde6a8cf98941dd057ab
3
-X-next-at: 8dd0c03fb2b8807ef71d5e807e65818dbd05a118
1
+Subject: What's cooking in git.git (Aug 2008, #04; Sun, 17)
2
+X-master-at: 053fd0c1c3da20474c4ff175c56ea4c1d6eeda11
3
+X-next-at: d4dfb3b89c69c0c009978a2948b4f87dee11a648
4
5
-What's cooking in git.git (Aug 2008, #03; Thu, 14)
5
+What's cooking in git.git (Aug 2008, #04; Sun, 17)
6
--------------------------------------------------
7
8
Here are the topics that have been cooking. Commits prefixed
@@ -15,7 +15,41 @@ meant to be merged to the maintenance series have "maint-" in their names.
15
----------------------------------------------------------------
16
[New Topics]
17
18
-* ak/p4 (Sun Aug 10 19:26:35 2008 +0100) 12 commits
18
+* jc/cc-ld-dynpath (Sat Aug 16 15:01:23 2008 +0200) 2 commits
19
+ - configure: auto detect dynamic library path switches
20
+ - Makefile: Allow CC_LD_DYNPATH to be overriden
21
+
22
+* jc/index-extended-flags (Sat Aug 16 23:02:08 2008 -0700) 1 commit
23
+ + index: future proof for "extended" index entries
24
+
25
+* mz/push-verbose (Sat Aug 16 19:58:32 2008 +0200) 1 commit
26
+ + Make push more verbose about illegal combination of options
27
+
28
+* mg/count-objects (Fri Aug 15 00:20:20 2008 -0400) 1 commit
29
+ + count-objects: Add total pack size to verbose output
30
+
31
+This one is without the human readable bits.
32
+
33
+* lt/time-reject-fractional-seconds (Sat Aug 16 21:25:40 2008 -0700) 1 commit
34
+ - date/time: do not get confused by fractional seconds
35
+
36
+Linus hints further enhancements as "the right way", so let's see if
37
+somebody else steps up and tries it before merging this to 'next'.
38
+
39
+* sb/daemon (Thu Aug 14 20:02:20 2008 +0200) 4 commits
40
+ - git-daemon: rewrite kindergarden, new option --max-connections
41
+ - git-daemon: Simplify dead-children reaping logic
42
+ - git-daemon: use LOG_PID, simplify logging code
43
+ - git-daemon: call logerror() instead of error()
44
+
45
+Can somebody who actually runs the daemon standalone comment on this one?
46
+
47
+----------------------------------------------------------------
48
+[On Hold and/or Cooking]
49
+
50
+* ak/p4 (Thu Aug 14 23:40:39 2008 +0100) 14 commits
51
+ + Utilise our new p4_read_pipe and p4_write_pipe wrappers
52
+ + Add p4 read_pipe and write_pipe wrappers
53
+ Put in the two other configuration elements found in the source
54
+ Put some documentation in about the parameters that have been
55
added
@@ -34,7 +68,7 @@ meant to be merged to the maintenance series have "maint-" in their names.
68
invocations
69
70
Warmly received by the primary contributor of git-p4; I do not mind
37
-merging this before 1.6.0.
71
+merging this before 1.6.0 (final call for "Yays").
72
73
* mv/merge-recursive (Tue Aug 12 22:14:00 2008 +0200) 3 commits
74
- Make builtin-revert.c use merge_recursive_generic()
@@ -53,17 +87,17 @@ three-way merge" into library form.
87
+ pack-objects: Allow missing base objects when creating thin packs
88
89
* tr/filter-branch (Tue Aug 12 10:45:59 2008 +0200) 4 commits
56
- - filter-branch: use --simplify-merges
57
- - Merge branch 'jc/post-simplify' into tr/filter-branch
58
- - filter-branch: fix ref rewriting with --subdirectory-filter
59
- - filter-branch: Extend test to show rewriting bug
90
+ + filter-branch: use --simplify-merges
91
+ + Merge branch 'jc/post-simplify' into tr/filter-branch
92
+ + filter-branch: fix ref rewriting with --subdirectory-filter
93
+ + filter-branch: Extend test to show rewriting bug
94
95
* js/checkout-dwim-local (Sat Aug 9 16:00:12 2008 +0200) 1 commit
96
+ checkout --track: make up a sensible branch name if '-b' was
97
omitted
98
99
I like this low-impact usability enhancement; will most likely be in
66
-master soon after 1.6.0.
100
+master soon after 1.6.0, but not before.
101
102
* bd/diff-strbuf (Wed Aug 13 23:18:22 2008 -0700) 3 commits
103
+ xdiff-interface: hide the whole "xdiff_emit_state" business from
@@ -80,11 +114,8 @@ would be a separate topic.
114
* am/cherry-pick-rerere (Sun Aug 10 17:18:55 2008 +0530) 1 commit
115
+ Make cherry-pick use rerere for conflict resolution.
116
83
-----------------------------------------------------------------
84
-[On Hold and/or Cooking]
85
-
117
* jc/test-deeper (Fri Aug 8 02:26:28 2008 -0700) 1 commit
87
- - tests: use $TEST_DIRECTORY to refer to the t/ directory
118
+ + tests: use $TEST_DIRECTORY to refer to the t/ directory
119
120
* kh/diff-tree (Sun Aug 10 18:13:04 2008 +0200) 4 commits
121
+ Add test for diff-tree --stdin with two trees
@@ -109,7 +140,12 @@ would be a separate topic.
140
141
Random collection of patches to queue for post-1.6.0 development.
142
112
-* jc/post-simplify (Sun Aug 3 17:47:16 2008 -0700) 3 commits
143
+* jc/post-simplify (Fri Aug 15 01:34:51 2008 -0700) 7 commits
144
+ - revision --simplify-merges: incremental simplification
145
+ - revision --simplify-merges: prepare for incremental simplification
146
+ - revision --simplify-merges: make it a no-op without pathspec
147
+ + revision --simplify-merges: use decoration instead of commit->util
148
+ field
149
+ Topo-sort before --simplify-merges
150
+ revision traversal: show full history with merge simplification
151
+ revision.c: whitespace fix
@@ -117,6 +153,8 @@ Random collection of patches to queue for post-1.6.0 development.
153
"log --full-history" is with too much clutter, "log" itself is too cleverer
154
than some people, and here is the middle level of merge simplification.
155
156
+I started making this incremental but the progress is not so great.
157
+
158
* sp/smart-http (Sun Aug 3 00:25:17 2008 -0700) 2 commits
159
- [do not merge -- original version] Add Git-aware CGI for Git-aware
160
smart HTTP transport