What's cooking (2011/07 #05)

Junio C Hamano committed Jul 31, 2011 at 20:33 UTC 43f8fd5398572efceddfe6b81b2e173807866b57
1 file changed +77 -124
whats-cooking.txt
+77 -124
@@ -1,9 +1,9 @@
1 To: git@vger.kernel.org
2 -Subject: What's cooking in git.git (Jul 2011, #04; Wed, 27)
3 -X-master-at: 4db0d0d1ba94c08f9476c7adff61375a752b154d
4 -X-next-at: 013d7d08533ebc8b58e6e42cfdba28f2f4817be6
2 +Subject: What's cooking in git.git (Jul 2011, #05; Sun, 31)
3 +X-master-at: b35acb53458d0f99ba2400b902980b35e5acc2d3
4 +X-next-at: ec3e38edaac75ed4160d114e62c74b1d1d55c320
5
6 -What's cooking in git.git (Jul 2011, #04; Wed, 27)
6 +What's cooking in git.git (Jul 2011, #05; Sun, 31)
7 --------------------------------------------------
8
9 Here are the topics that have been cooking. Commits prefixed with '-' are
@@ -12,129 +12,17 @@ only in 'pu' while commits prefixed with '+' are in 'next'.
12 --------------------------------------------------
13 [New Topics]
14
15 -* jc/streaming-filter (2011-07-22) 1 commit
16 - (merged to 'next' on 2011-07-22 at 2081cd7)
17 - + streaming: free git_istream upon closing
15 +* cb/maint-exec-error-report (2011-07-31) 1 commit
16 + - error_routine: use parent's stderr if exec fails
17
19 -A large leak found and plugged.
20 -Will merge to "master".
18 +* cb/maint-quiet-push (2011-07-31) 1 commit
19 + - propagate --quiet to send-pack/receive-pack
20
22 -* jn/gitweb-system-config (2011-07-24) 1 commit
23 - - gitweb: Introduce common system-wide settings for convenience
21 +* jl/submodule-update-quiet (2011-07-28) 1 commit
22 + - submodule: update and add must honor --quiet flag
23
25 -* js/ls-tree-error (2011-07-25) 2 commits
26 - - Ensure git ls-tree exits with a non-zero exit code if read_tree_recursive fails.
27 - - Add a test to check that git ls-tree sets non-zero exit code on error.
28 -
29 -* jc/merge-reword (2011-05-25) 2 commits
30 - - merge: mark the final "Merge made by..." message for l10n
31 - - merge: reword the final message
32 -
33 -Probably the topmost commit should be dropped.
34 -
35 -* jk/reset-reflog-message-fix (2011-07-22) 1 commit
36 - - reset: give better reflog messages
37 -
38 -Will merge to "next".
39 -
40 -* jk/add-i-hunk-filter (2011-07-27) 5 commits
41 - - add--interactive: add option to autosplit hunks
42 - - add--interactive: allow negatation of hunk filters
43 - - add--interactive: allow hunk filtering on command line
44 - - add--interactive: factor out regex error handling
45 - - add--interactive: refactor patch mode argument processing
46 -
47 -* mh/check-attr-listing (2011-07-27) 19 commits
48 - - Rename struct git_attr_check to git_attr_value
49 - - git-check-attr: Fix command-line handling to match docs
50 - - git-check-attr: Drive two tests using the same raw data
51 - - git-check-attr: Add an --all option to show all attributes
52 - - git-check-attr: Error out if no pathnames are specified
53 - - git-check-attr: Process command-line args more systematically
54 - - git-check-attr: Handle each error separately
55 - - git-check-attr: Extract a function error_with_usage()
56 - - git-check-attr: Introduce a new variable
57 - - git-check-attr: Extract a function output_attr()
58 - - Allow querying all attributes on a file
59 - - git-check-attr: Use git_attr_name()
60 - - Provide access to the name attribute of git_attr
61 - - git-check-attr: Add tests of command-line parsing
62 - - git-check-attr: Add missing "&&"
63 - - Disallow the empty string as an attribute name
64 - - Remove anachronism from comment
65 - - doc: Correct git_attr() calls in example code
66 - - doc: Add a link from gitattributes(5) to git-check-attr(1)
67 -
68 ---------------------------------------------------
69 -[Graduated to "master"]
70 -
71 -* bw/log-all-ref-updates-doc (2011-07-12) 1 commit
72 - (merged to 'next' on 2011-07-14 at 31b80a8)
73 - + Documentation: clearly specify what refs are honored by core.logAllRefUpdates
74 -
75 -* dc/stash-con-untracked (2011-06-26) 1 commit
76 - (merged to 'next' on 2011-07-13 at 9ed0d1d)
77 - + stash: Add --include-untracked option to stash and remove all untracked files
78 -
79 -* dz/connect-error-report (2011-07-14) 1 commit
80 - (merged to 'next' on 2011-07-14 at bf1c775)
81 - + Do not log unless all connect() attempts fail
82 -
83 -* jc/checkout-reflog-fix (2011-07-06) 3 commits
84 - (merged to 'next' on 2011-07-14 at 5982cdd)
85 - + Merge commit 'v1.7.6' into jc/checkout-reflog-fix
86 - + Merge commit 'v1.7.0' into jc/checkout-reflog-fix
87 - + Merge commit 'v1.6.0' into jc/checkout-reflog-fix
88 - (this branch uses jc/maint-checkout-reflog-fix.)
89 -
90 -* jc/maint-checkout-reflog-fix (2011-07-06) 1 commit
91 - + checkout: do not write bogus reflog entry out
92 - (this branch is used by jc/checkout-reflog-fix.)
93 -
94 -* jc/maint-mergetool-read-fix (2011-07-01) 1 commit
95 - (merged to 'next' on 2011-07-14 at 2056a67)
96 - + mergetool: check return value from read
97 -
98 -* jk/tag-contains-ab (2011-07-14) 5 commits
99 - (merged to 'next' on 2011-07-14 at 002a9d7)
100 - + Revert clock-skew based attempt to optimize tag --contains traversal
101 - + git skew: a tool to find how big a clock skew exists in the history
102 - (merged to 'next' on 2011-07-05 at f9cf575)
103 - + default core.clockskew variable to one day
104 - + limit "contains" traversals based on commit timestamp
105 - + tag: speed up --contains calculation
106 - (this branch is tangled with jk/generation-numbers.)
107 -
108 -Reverted the commits near the tip.
109 -
110 -* jl/submodule-add-relurl-wo-upstream (2011-06-06) 3 commits
111 - (merged to 'next' on 2011-07-13 at f989abb)
112 - + submodule add: clean up duplicated code
113 - + submodule add: allow relative repository path even when no url is set
114 - + submodule add: test failure when url is not configured in superproject
115 -
116 -* jn/gitweb-search (2011-06-22) 4 commits
117 - (merged to 'next' on 2011-07-13 at 455acdd)
118 - + gitweb: Make git_search_* subroutines render whole pages
119 - + gitweb: Clean up code in git_search_* subroutines
120 - + gitweb: Split body of git_search into subroutines
121 - + gitweb: Check permissions first in git_search
122 -
123 -* js/maint-add-path-stat-pwd (2011-07-11) 1 commit
124 - (merged to 'next' on 2011-07-14 at c6fef9d)
125 - + get_pwd_cwd(): Do not trust st_dev/st_ino blindly
126 -
127 -* ms/help-unknown (2011-07-08) 1 commit
128 - (merged to 'next' on 2011-07-14 at d7976b4)
129 - + help_unknown_cmd: do not propose an "unknown" cmd
130 -
131 -* mz/doc-rebase-abort (2011-07-13) 1 commit
132 - (merged to 'next' on 2011-07-14 at a1a612c)
133 - + rebase: clarify "restore the original branch"
134 -
135 -* mz/doc-synopsis-verse (2011-07-06) 1 commit
136 - (merged to 'next' on 2011-07-14 at 34d45e2)
137 - + Documentation: use [verse] for SYNOPSIS sections
24 +* jn/gitweb-config-list-case (2011-07-31) 1 commit
25 + - gitweb: Git config keys are case insensitive, make config search too
26
27 --------------------------------------------------
28 [Stalled]
@@ -186,6 +74,65 @@ numbers is already in; backburnered.
74 --------------------------------------------------
75 [Cooking]
76
77 +* jc/streaming-filter (2011-07-22) 1 commit
78 + (merged to 'next' on 2011-07-22 at 2081cd7)
79 + + streaming: free git_istream upon closing
80 +
81 +A large leak found and plugged.
82 +Will merge to "master".
83 +
84 +* jn/gitweb-system-config (2011-07-24) 1 commit
85 + - gitweb: Introduce common system-wide settings for convenience
86 +
87 +Will merge to "next".
88 +
89 +* js/ls-tree-error (2011-07-25) 2 commits
90 + - Ensure git ls-tree exits with a non-zero exit code if read_tree_recursive fails.
91 + - Add a test to check that git ls-tree sets non-zero exit code on error.
92 +
93 +Will merge to "next".
94 +
95 +* jc/merge-reword (2011-05-25) 2 commits
96 + - merge: mark the final "Merge made by..." message for l10n
97 + - merge: reword the final message
98 +
99 +Probably the topmost commit should be dropped.
100 +
101 +* jk/reset-reflog-message-fix (2011-07-22) 1 commit
102 + - reset: give better reflog messages
103 +
104 +Will merge to "next".
105 +
106 +* jk/add-i-hunk-filter (2011-07-27) 5 commits
107 + - add--interactive: add option to autosplit hunks
108 + - add--interactive: allow negatation of hunk filters
109 + - add--interactive: allow hunk filtering on command line
110 + - add--interactive: factor out regex error handling
111 + - add--interactive: refactor patch mode argument processing
112 +
113 +* mh/check-attr-listing (2011-07-27) 19 commits
114 + - Rename struct git_attr_check to git_attr_value
115 + - git-check-attr: Fix command-line handling to match docs
116 + - git-check-attr: Drive two tests using the same raw data
117 + - git-check-attr: Add an --all option to show all attributes
118 + - git-check-attr: Error out if no pathnames are specified
119 + - git-check-attr: Process command-line args more systematically
120 + - git-check-attr: Handle each error separately
121 + - git-check-attr: Extract a function error_with_usage()
122 + - git-check-attr: Introduce a new variable
123 + - git-check-attr: Extract a function output_attr()
124 + - Allow querying all attributes on a file
125 + - git-check-attr: Use git_attr_name()
126 + - Provide access to the name attribute of git_attr
127 + - git-check-attr: Add tests of command-line parsing
128 + - git-check-attr: Add missing "&&"
129 + - Disallow the empty string as an attribute name
130 + - Remove anachronism from comment
131 + - doc: Correct git_attr() calls in example code
132 + - doc: Add a link from gitattributes(5) to git-check-attr(1)
133 +
134 +Need to replace this with a more recent reroll.
135 +
136 * jc/maint-reset-unmerged-path (2011-07-13) 1 commit
137 (merged to 'next' on 2011-07-19 at bbc2d54)
138 + reset [<commit>] paths...: do not mishandle unmerged paths
@@ -198,6 +145,8 @@ Will merge to "master".
145 - diff-lib: simplify do_diff_cache()
146 (this branch uses jc/maint-reset-unmerged-path.)
147
148 +Will merge to "next".
149 +
150 * sr/transport-helper-fix-rfc (2011-07-19) 2 commits
151 - t5800: point out that deleting branches does not work
152 - t5800: document inability to push new branch with old content
@@ -207,6 +156,8 @@ Will merge to "master".
156 (merged to 'next' on 2011-07-25 at 1973192)
157 + tests: cleanup binary test vector files
158
159 +Will merge to "master".
160 +
161 * jk/http-auth-keyring (2011-07-21) 14 commits
162 - credentials: add "getpass" helper
163 - credentials: add "store" helper
@@ -310,6 +261,8 @@ Will merge to "master".
261 - config: Introduce functions to write non-standard file
262 - advice: Introduce error_resolve_conflict
263
264 +Need to replace this with a more recent reroll.
265 +
266 * en/merge-recursive (2011-07-14) 50 commits
267 - fixup! Do not assume that qsort is stable
268 - t3030: fix accidental success in symlink rename