What's cooking (2008/08 #02)
Junio C Hamano committed
Aug 11, 2008 at 17:26 UTC
3ab36c517504aaeda382b02720d1f9dcf07a12a4
1 file changed
+39
-31
whats-cooking.txt
+39
-31
@@ -1,6 +1,8 @@
1
-Subject: What's cooking in git.git (Aug 2008, #01; Tue, 05)
1
+Subject: What's cooking in git.git (Aug 2008, #02; Mon, 11)
2
+X-master-at: 10d9d887ecdc81197162d7bbe5dfc0d028498fd6
3
+X-next-at: 3cb9d94cdc74f3137599446af9f5442b7ae1ab27
4
3
-What's cooking in git.git (Aug 2008, #01; Tue, 05)
5
+What's cooking in git.git (Aug 2008, #02; Mon, 11)
6
--------------------------------------------------
7
8
Here are the topics that have been cooking. Commits prefixed
@@ -10,20 +12,39 @@ in 'next'.
12
The topics list the commits in reverse chronological order. The topics
13
meant to be merged to the maintenance series have "maint-" in their names.
14
13
-Due to increased activity level from people including GSoC students, I
14
-expect 'next' to stay somewhat more active than previous rounds during the
15
-1.6.0-rc cycle. The request for people who usually follow 'next' is the
16
-same as usual, though. After -rc1 is tagged, please run 'master' for your
17
-daily git use instead, in order to make sure 'master' does what it claims
18
-to do without regression.
15
+----------------------------------------------------------------
16
+[New Topics]
17
+
18
+* jc/test-deeper (Fri Aug 8 02:26:28 2008 -0700) 1 commit
19
+ - tests: use $TEST_DIRECTORY to refer to the t/ directory
20
20
-Tentative schedule, my wishful thinking:
21
+* kh/diff-tree (Sun Aug 10 18:13:04 2008 +0200) 4 commits
22
+ + Add test for diff-tree --stdin with two trees
23
+ + Teach git diff-tree --stdin to diff trees
24
+ + diff-tree: Note that the commit ID is printed with --stdin
25
+ + Refactoring: Split up diff_tree_stdin
26
22
- - 1.6.0-rc2 (Aug 6)
23
- - 1.6.0-rc3 (Aug 10)
27
+* js/parallel-test (Fri Aug 8 13:08:37 2008 +0200) 3 commits
28
+ + Enable parallel tests
29
+ + tests: Clarify dependencies between tests, 'aggregate-results' and
30
+ 'clean'
31
+ + t9700: remove useless check
32
+
33
+* xx/post-1.6.0 (Sun Aug 10 19:10:04 2008 -0400) 3 commits
34
+ + git-submodule - Add 'foreach' subcommand
35
+ + builtin-reflog: Allow reflog expire to name partial ref
36
+ + git-am: ignore --binary option
37
+
38
+Some collection of patches to queue for post-1.6.0 development.
39
40
----------------------------------------------------------------
26
-[New Topics]
41
+[Graduated to "master"]
42
+
43
+* rs/archive-parse-options (Fri Jul 25 12:41:26 2008 +0200) 1 commit
44
+ + archive: allow --exec and --remote without equal sign
45
+
46
+----------------------------------------------------------------
47
+[On Hold and/or Cooking]
48
49
* jc/post-simplify (Sun Aug 3 17:47:16 2008 -0700) 3 commits
50
+ Topo-sort before --simplify-merges
@@ -42,11 +63,12 @@ The "magic" detection protocol was revised to use POST to info/refs; the
63
top one queued is from before that discussion.
64
65
* jc/add-stop-at-symlink (Mon Aug 4 00:52:37 2008 -0700) 2 commits
45
- - add: refuse to add working tree items beyond symlinks
46
- - update-index: refuse to add working tree items beyond symlinks
66
+ + add: refuse to add working tree items beyond symlinks
67
+ + update-index: refuse to add working tree items beyond symlinks
68
48
-The performance impact of this needs to be discussed in a separate
49
-thread.
69
+Fix for a longstanding bug that allows "git add" and "git update-index" to
70
+add a path "a/b" to the index when "a" is a symbolic link. We would need
71
+a similar fix for the case where "a" is a submodule.
72
73
* dp/hash-literally (Sun Aug 3 18:36:22 2008 +0400) 6 commits
74
+ add --no-filters option to git hash-object
@@ -59,20 +81,6 @@ thread.
81
Gives a bit more flexibility to hash-objects by allowing us to lie about
82
the path the contents comes from.
83
62
-* jn/svn-log (Sun Aug 3 14:07:21 2008 +0200) 1 commit
63
- - git-svn: --clean-changelog=<style> to sanitize messages
64
-
65
-Eric firmly rejected this one so I won't be merging this to 'next' but
66
-this was an interesting firestarter for discussion nevertheless.
67
-
68
-----------------------------------------------------------------
69
-[On Hold and/or Cooking]
70
-
71
-* rs/archive-parse-options (Fri Jul 25 12:41:26 2008 +0200) 1 commit
72
- + archive: allow --exec and --remote without equal sign
73
-
74
-None of the following is for 1.6.0.
75
-
84
* mv/merge-custom (Sat Aug 2 10:08:38 2008 +0200) 6 commits
85
+ Builtin git-help.
86
+ builtin-help: always load_command_list() in cmd_help()
@@ -144,7 +152,7 @@ This is the "botched" one. Will be resurrected during 1.7.0 or 1.8.0
152
timeframe.
153
154
* jk/renamelimit (Sat May 3 13:58:42 2008 -0700) 1 commit
147
- . diff: enable "too large a rename" warning when -M/-C is explicitly
155
+ - diff: enable "too large a rename" warning when -M/-C is explicitly
156
asked for
157
158
This would be the right thing to do for command line use, but gitk will be