What's cooking (2011/01 #01)

Junio C Hamano committed Jan 4, 2011 at 14:04 UTC bcbd9dd66da60863d426cc4906a5b4e677c7c520
1 file changed +48 -121
whats-cooking.txt
+48 -121
@@ -1,141 +1,37 @@
1 To: git@vger.kernel.org
2 -Subject: What's cooking in git.git (Dec 2010, #07; Tue, 28)
3 -X-master-at: 01b97a4cb60723d18b437efdc474503d2a9dd384
4 -X-next-at: dee8dc8369a19c1b8b12dd40bf3a563a7524825b
2 +Subject: What's cooking in git.git (Jan 2011, #01; Tue, 4)
3 +X-master-at: f2665ec9fa42b75d92d0301cff85362836c5729a
4 +X-next-at: a5d186c925798fa5bd9318fd00f282ad564b1138
5
6 -What's cooking in git.git (Dec 2010, #07; Tue, 28)
6 +What's cooking in git.git (Jan 2011, #01; Tue, 4)
7 --------------------------------------------------
8
9 Here are the topics that have been cooking. Commits prefixed with '-' are
10 only in 'pu' while commits prefixed with '+' are in 'next'.
11
12 -We are finally at 1.7.4-rc0 as of tonight ;-).
12 +I'll start paying much less attention to any new features and enhancements
13 +and shift the focus almost entirely on trivial fixes and regressions from
14 +now on. Hopefully lists will do the same and we can have a fairly short
15 +rc period this cycle. Please remind if there are patches that ought to be
16 +in 1.7.4 but are forgotten.
17
18 --------------------------------------------------
19 [New Topics]
20
17 -* ae/better-template-failure-report (2010-12-18) 1 commit
18 - - Improve error messages when temporary file creation fails
21 +* jn/gitweb-no-logo (2010-09-03) 1 commit
22 + (merged to 'next' on 2011-01-04 at a5d186c)
23 + + gitweb: make logo optional
24
20 -* jc/unpack-trees (2010-12-22) 2 commits
21 - - unpack_trees(): skip trees that are the same in all input
22 - - unpack-trees.c: cosmetic fix
25 +Seemed trivial but came a bit too late for the cycle.
26
24 -* jn/cherry-pick-strategy-option (2010-12-10) 1 commit
25 - - cherry-pick/revert: add support for -X/--strategy-option
27 +* cb/setup (2010-12-27) 1 commit
28 + - setup: translate symlinks in filename when using absolute paths
29
27 -* jn/perl-funcname (2010-12-27) 2 commits
28 - - userdiff/perl: catch BEGIN/END/... and POD as headers
29 - - diff: funcname and word patterns for perl
30 -
31 -* pw/convert-pathname-substitution (2010-12-22) 2 commits
32 - - t0021: avoid getting filter killed with SIGPIPE
33 - - convert filter: supply path to external driver
34 -
35 ---------------------------------------------------
36 -[Graduated to "master"]
37 -
38 -* jc/maint-am-abort-safely (2010-12-21) 1 commit
39 - (merged to 'next' on 2010-12-21 at 81602bc)
40 - + am --abort: keep unrelated commits since the last failure and warn
41 -
42 -* jk/commit-die-on-bogus-ident (2010-12-20) 2 commits
43 - (merged to 'next' on 2010-12-21 at 7785c31)
44 - + commit: die before asking to edit the log message
45 - + ident: die on bogus date format
46 -
47 -* nd/maint-fix-add-typo-detection (2010-11-27) 5 commits
48 - (merged to 'next' on 2010-12-21 at 87c702b)
49 - + Revert "excluded_1(): support exclude files in index"
50 - + unpack-trees: fix sparse checkout's "unable to match directories"
51 - + unpack-trees: move all skip-worktree checks back to unpack_trees()
52 - + dir.c: add free_excludes()
53 - + cache.h: realign and use (1 << x) form for CE_* constants
54 -
55 -* nd/setup (2010-11-26) 47 commits
56 - (merged to 'next' on 2010-12-23 at a2bc4196)
57 - + setup_work_tree: adjust relative $GIT_WORK_TREE after moving cwd
58 - + git.txt: correct where --work-tree path is relative to
59 - + Revert "Documentation: always respect core.worktree if set"
60 - + t0001: test git init when run via an alias
61 - + Remove all logic from get_git_work_tree()
62 - + setup: rework setup_explicit_git_dir()
63 - + setup: clean up setup_discovered_git_dir()
64 - + t1020-subdirectory: test alias expansion in a subdirectory
65 - + setup: clean up setup_bare_git_dir()
66 - + setup: limit get_git_work_tree()'s to explicit setup case only
67 - + Use git_config_early() instead of git_config() during repo setup
68 - + Add git_config_early()
69 - + git-rev-parse.txt: clarify --git-dir
70 - + t1510: setup case #31
71 - + t1510: setup case #30
72 - + t1510: setup case #29
73 - + t1510: setup case #28
74 - + t1510: setup case #27
75 - + t1510: setup case #26
76 - + t1510: setup case #25
77 - + t1510: setup case #24
78 - + t1510: setup case #23
79 - + t1510: setup case #22
80 - + t1510: setup case #21
81 - + t1510: setup case #20
82 - + t1510: setup case #19
83 - + t1510: setup case #18
84 - + t1510: setup case #17
85 - + t1510: setup case #16
86 - + t1510: setup case #15
87 - + t1510: setup case #14
88 - + t1510: setup case #13
89 - + t1510: setup case #12
90 - + t1510: setup case #11
91 - + t1510: setup case #10
92 - + t1510: setup case #9
93 - + t1510: setup case #8
94 - + t1510: setup case #7
95 - + t1510: setup case #6
96 - + t1510: setup case #5
97 - + t1510: setup case #4
98 - + t1510: setup case #3
99 - + t1510: setup case #2
100 - + t1510: setup case #1
101 - + t1510: setup case #0
102 - + Add t1510 and basic rules that run repo setup
103 - + builtins: print setup info if repo is found
104 -
105 -* pd/bash-4-completion (2010-12-15) 3 commits
106 - (merged to 'next' on 2010-12-21 at dbf80ff)
107 - + Merge branch 'master' (early part) into pd/bash-4-completion
108 - + bash: simple reimplementation of _get_comp_words_by_ref
109 - + bash: get --pretty=m<tab> completion to work with bash v4
110 -
111 -* rj/maint-difftool-cygwin-workaround (2010-12-14) 1 commit
112 - (merged to 'next' on 2010-12-21 at 74b9069)
113 - + difftool: Fix failure on Cygwin
114 -
115 -* rj/maint-test-fixes (2010-12-14) 5 commits
116 - (merged to 'next' on 2010-12-21 at 8883a0c)
117 - + t9501-*.sh: Fix a test failure on Cygwin
118 - + lib-git-svn.sh: Add check for mis-configured web server variables
119 - + lib-git-svn.sh: Avoid setting web server variables unnecessarily
120 - + t9142: Move call to start_httpd into the setup test
121 - + t3600-rm.sh: Don't pass a non-existent prereq to test #15
122 -
123 -* tf/commit-list-prefix (2010-11-26) 1 commit
124 - (merged to 'next' on 2010-12-21 at 16e1351)
125 - + commit: Add commit_list prefix in two function names.
30 +Seemed trivial but came a bit too late for the cycle.
31
32 --------------------------------------------------
33 [Stalled]
34
130 -* mg/cvsimport (2010-11-28) 3 commits
131 - - cvsimport.txt: document the mapping between config and options
132 - - cvsimport: fix the parsing of uppercase config options
133 - - cvsimport: partial whitespace cleanup
134 -
135 -I was being lazy and said "Ok" to "cvsimport.capital-r" but luckily other
136 -people injected sanity to the discussion. Weatherbaloon patch sent, but
137 -not queued here.
138 -
35 * nd/index-doc (2010-09-06) 1 commit
36 - doc: technical details about the index file format
37
@@ -166,12 +62,42 @@ current usage context.
62 --------------------------------------------------
63 [Cooking]
64
65 +* mg/cvsimport (2010-12-29) 2 commits
66 + - cvsimport: handle the parsing of uppercase config options
67 + - cvsimport: partial whitespace cleanup
68 +
69 +Reviewed twice in the past and seemed sane. Will merge to 'next' and then
70 +to 'master' before -rc1.
71 +
72 +* ae/better-template-failure-report (2010-12-18) 1 commit
73 + - Improve error messages when temporary file creation fails
74 +
75 +* jc/unpack-trees (2010-12-22) 2 commits
76 + - unpack_trees(): skip trees that are the same in all input
77 + - unpack-trees.c: cosmetic fix
78 +
79 +* jn/cherry-pick-strategy-option (2010-12-10) 1 commit
80 + - cherry-pick/revert: add support for -X/--strategy-option
81 +
82 +* jn/perl-funcname (2010-12-27) 2 commits
83 + - userdiff/perl: catch BEGIN/END/... and POD as headers
84 + - diff: funcname and word patterns for perl
85 +
86 +* pw/convert-pathname-substitution (2010-12-22) 2 commits
87 + - t0021: avoid getting filter killed with SIGPIPE
88 + - convert filter: supply path to external driver
89 +
90 +Trivial. Will merge to 'next' and then to 'master' before -rc1.
91 +
92 * rj/test-fixes (2010-12-14) 4 commits
93 - t4135-*.sh: Skip the "backslash" tests on cygwin
94 - t3032-*.sh: Do not strip CR from line-endings while grepping on MinGW
95 - t3032-*.sh: Pass the -b (--binary) option to sed on cygwin
96 - t6038-*.sh: Pass the -b (--binary) option to sed on cygwin
97
98 +I don't think people on different vintage of Cygwin agreed they are good
99 +workarounds---please correct me if I am mistaken.
100 +
101 * tr/maint-branch-no-track-head (2010-12-14) 1 commit
102 - branch: do not attempt to track HEAD implicitly
103
@@ -209,7 +135,8 @@ Will be rerolled (Heiko, 2010-12-23)
135 - vcs-svn: Allow simple v3 dumps (no deltas yet)
136 - vcs-svn: Error out for v3 dumps
137
212 -Some RFC patches, to give them early and wider exposure.
138 +Some RFC patches, to give them early and wider exposure. Perhaps drop
139 +these during the -rc period?
140
141 * nd/struct-pathspec (2010-12-15) 21 commits
142 - t7810: overlapping pathspecs and depth limit