What's in/cooking

Junio C Hamano committed Jan 28, 2009 at 18:01 UTC 2e098204b24f48af3704399867bb54213eb97e15
2 files changed +427
whats/cooking/2009/01/07.txt new
+302
@@ -0,0 +1,302 @@
1 +To: git@vger.kernel.org
2 +Subject: What's cooking in git.git (Jan 2009, #07; Wed, 28)
3 +X-master-at: 8712b3cdb0495f5a56b91cd67e2697412447a886
4 +X-next-at: c2891ee32a7e8274426c22439ed8d536a5b0bb43
5 +
6 +What's cooking in git.git (Jan 2009, #07; Wed, 28)
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'. The ones
11 +marked with '.' do not appear in any of the branches, but I am still
12 +holding onto them.
13 +
14 +The topics list the commits in reverse chronological order. The topics
15 +meant to be merged to the maintenance series have "maint-" in their names.
16 +
17 +----------------------------------------------------------------
18 +[New Topics]
19 +
20 +* jc/maint-1.6.0-split-diff-metainfo (Mon Jan 26 00:08:24 2009 -0800) 1 commit
21 + + diff.c: output correct index lines for a split diff
22 +
23 +This is slated for maintenance series 1.6.0.X, 1.6.1.X and also for
24 +'master'. I think the change is pretty safe and sane to go directly to
25 +'master' but I had too many other topoics to look at that I did not feel
26 +comfortable enough to do so.
27 +
28 +* jc/maint-split-diff-metainfo (Tue Jan 27 01:08:02 2009 -0800) 2 commits
29 + + Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into jc/maint-
30 + split-diff-metainfo
31 + + diff.c: output correct index lines for a split diff
32 +
33 +Early conflict resolution branch for the above to carry it to 1.6.1X
34 +series.
35 +
36 +* js/maint-rebase-i-submodule (Tue Jan 27 12:42:31 2009 +0100) 2 commits
37 + + Fix submodule squashing into unrelated commit
38 + + rebase -i squashes submodule changes into unrelated commit
39 +
40 +* jg/tag-contains (Mon Jan 26 09:13:25 2009 -0500) 3 commits
41 + + git-tag: Add --contains option
42 + + Make has_commit() non-static
43 + + Make opt_parse_with_commit() non-static
44 +
45 +* jk/maint-cleanup-after-exec-failure (Wed Jan 28 02:38:14 2009 -0500) 4 commits
46 + + git: use run_command() to execute dashed externals
47 + + run_command(): help callers distinguish errors
48 + + run_command(): handle missing command errors more gracefully
49 + + git: s/run_command/run_builtin/
50 +
51 +* jc/maint-allow-uninteresting-missing (Tue Jan 27 23:19:30 2009 -0800) 1 commit
52 + + revision traversal: allow UNINTERESTING objects to be missing
53 +
54 +This is a small follow-up to the fix to send-pack in 1.6.1; meant to go in
55 +1.6.1.X maintenance series and newer.
56 +
57 +* am/maint-push-doc (Mon Jan 26 00:45:33 2009 +0100) 3 commits
58 + + Documentation: rework src/dst description in git push
59 + + Documentation: more git push examples
60 + + Documentation: simplify refspec format description
61 +
62 +* jc/merge-convert (Mon Jan 26 16:45:01 2009 -0800) 1 commit
63 + - git-merge-file: allow converting the results for the work tree
64 +
65 +We did not give scripted Porcelains a way to say "this temporary file I am
66 +using for merging is for this path, so use the core.autocrlf and attributes
67 +rules for that final path". Instead, merge-file simply wrote out the
68 +data in the canonical repository representation.
69 +
70 +rerere has the same issue, but it is a lot worse. It reads the three
71 +files (preimage, postimage and thisimage) from the work tree in the work
72 +tree representation, merges them without converting them to the canonical
73 +representation first but inserts the conflict markers with the canonical
74 +representation and writes the resulting mess out. It needs to be fixed to
75 +read with convert_to_git(), merge them while they are still in the
76 +canonical representation and possibly add conflict markers, and then write
77 +the results out after convert_to_working_tree(). It also needs to write
78 +in binary mode as well.
79 +
80 +* jc/maint-add-u-remove-conflicted (Wed Jan 28 14:24:53 2009 -0800) 1 commit
81 + - add -u: do not fail to resolve a path as deleted
82 +
83 +This has been updated from the posted version with a correction.
84 +
85 +* ns/am-slacker (Sat Jan 24 10:18:02 2009 +0900) 2 commits
86 + + git-am: Add --ignore-date option
87 + + am: Add --committer-date-is-author-date option
88 +
89 +It is a (probably) useful new feature with a sort-of cute explanation.
90 +
91 +* jc/maint-apply-fix (Sun Jan 25 23:41:26 2009 -0800) 1 commit
92 + + builtin-apply.c: do not set bogus mode in check_preimage() for
93 + deleted path
94 +
95 +----------------------------------------------------------------
96 +[Stalled and may need help and prodding to go forward]
97 +
98 +* jc/blame (Wed Jun 4 22:58:40 2008 -0700) 2 commits
99 + + blame: show "previous" information in --porcelain/--incremental
100 + format
101 + + git-blame: refactor code to emit "porcelain format" output
102 +
103 +This gives Porcelains (like gitweb) the information on the commit _before_
104 +the one that the final blame is laid on, which should save them one
105 +rev-parse to dig further. The line number in the "previous" information
106 +may need refining, and sanity checking code for reference counting may
107 +need to be resurrected before this can move forward.
108 +
109 +* db/foreign-scm (Sun Jan 11 15:12:10 2009 -0500) 3 commits
110 + - Support fetching from foreign VCSes
111 + - Add specification of git-vcs helpers
112 + - Add "vcs" config option in remotes
113 +
114 +The "spec" did not seem quite well cooked yet, but in the longer term I
115 +think something like this to allow interoperating with other SCMs as if
116 +the other end is a native git repository is a very worthy goal.
117 +
118 +* cc/replace (Fri Jan 23 10:07:46 2009 +0100) 7 commits
119 + - environment: add global variable to disable replacement
120 + - mktag: call "check_sha1_signature" with the replacement sha1
121 + - replace_object: add a test case
122 + - object: call "check_sha1_signature" with the replacement sha1
123 + - sha1_file: add a "read_sha1_file_repl" function
124 + - replace_object: add mechanism to replace objects found in
125 + "refs/replace/"
126 + - refs: add a "for_each_replace_ref" function
127 +
128 +Nobody has review comments on this yet.
129 +
130 +* lh/submodule-tree-traversal (Sun Jan 25 01:52:06 2009 +0100) 6 commits
131 + - archive.c: add support for --submodules[=(all|checkedout)]
132 + - tree.c: allow read_tree_recursive() to traverse gitlink entries
133 + + Revert round #1 of the series
134 + + builtin-ls-tree: enable traversal of submodules
135 + + archive.c: enable traversal of submodules
136 + + tree.c: add support for traversal of submodules
137 +
138 +----------------------------------------------------------------
139 +[Reverted]
140 +
141 +* mh/unify-color (Fri Jan 23 01:25:23 2009 -0800) 3 commits
142 + ? Revert previous two commits
143 + ? move the color variables to color.c
144 + ? handle color.ui at a central place
145 +
146 +This broke git-format-patch badly.
147 +
148 +----------------------------------------------------------------
149 +[Actively cooking]
150 +
151 +* js/valgrind (Wed Jan 21 02:36:40 2009 +0100) 2 commits
152 + - valgrind: ignore ldso errors
153 + - Add valgrind support in test scripts
154 +
155 +Dscho and Peff had further exchanges on the list; I am sort of waiting for
156 +the conclusion before picking any intermediate version up.
157 +
158 +* ks/maint-mailinfo-folded (Tue Jan 13 01:21:04 2009 +0300) 4 commits
159 + + mailinfo: tests for RFC2047 examples
160 + + mailinfo: add explicit test for mails like '<a.u.thor@example.com>
161 + (A U Thor)'
162 + + mailinfo: 'From:' header should be unfold as well
163 + + mailinfo: correctly handle multiline 'Subject:' header
164 +
165 +I just got tired of waiting and cleaned up the series myself.
166 +
167 +* js/notes (Tue Jan 13 20:57:16 2009 +0100) 6 commits
168 + + git-notes: fix printing of multi-line notes
169 + + notes: fix core.notesRef documentation
170 + + Add an expensive test for git-notes
171 + + Speed up git notes lookup
172 + + Add a script to edit/inspect notes
173 + + Introduce commit notes
174 +
175 +It would be nice to hear a real world success story using the notes
176 +mechanism; Dscho says he also wants to make sure the current choice
177 +of the structure scales well before casting it in stone.
178 +
179 +* sc/gitweb-category (Fri Dec 12 00:45:12 2008 +0100) 3 commits
180 + - gitweb: Optional grouping of projects by category
181 + - gitweb: Split git_project_list_body in two functions
182 + - gitweb: Modularized git_get_project_description to be more generic
183 +
184 +Design discussion between Jakub and Sebastien continues.
185 +
186 +----------------------------------------------------------------
187 +[Graduated to "master"]
188 +
189 +* sr/clone-empty (Fri Jan 23 01:07:32 2009 +0100) 1 commit
190 + + Allow cloning an empty repository
191 +
192 +Has anybody actually tried this and made sure the resulting empty clone
193 +works fine after the clone source gets updated with some contents?
194 +
195 +* kb/lstat-cache (Sun Jan 18 16:14:54 2009 +0100) 5 commits
196 + + lstat_cache(): introduce clear_lstat_cache() function
197 + + lstat_cache(): introduce invalidate_lstat_cache() function
198 + + lstat_cache(): introduce has_dirs_only_path() function
199 + + lstat_cache(): introduce has_symlink_or_noent_leading_path()
200 + function
201 + + lstat_cache(): more cache effective symlink/directory detection
202 +
203 +* tr/previous-branch (Wed Jan 21 00:37:38 2009 -0800) 10 commits
204 + + Simplify parsing branch switching events in reflog
205 + + Introduce for_each_recent_reflog_ent().
206 + + interpret_nth_last_branch(): plug small memleak
207 + + Fix reflog parsing for a malformed branch switching entry
208 + + Fix parsing of @{-1}@{1}
209 + + interpret_nth_last_branch(): avoid traversing the reflog twice
210 + + checkout: implement "-" abbreviation, add docs and tests
211 + + sha1_name: support @{-N} syntax in get_sha1()
212 + + sha1_name: tweak @{-N} lookup
213 + + checkout: implement "@{-N}" shortcut name for N-th last branch
214 +
215 +* js/maint-all-implies-HEAD (Sat Jan 17 22:27:08 2009 -0800) 2 commits
216 + + bundle: allow the same ref to be given more than once
217 + + revision walker: include a detached HEAD in --all
218 +
219 +* cb/add-pathspec (Wed Jan 14 15:54:35 2009 +0100) 2 commits
220 + + remove pathspec_match, use match_pathspec instead
221 + + clean up pathspec matching
222 +
223 +* js/diff-color-words (Tue Jan 20 22:59:54 2009 -0600) 9 commits
224 + + Change the spelling of "wordregex".
225 + + color-words: Support diff.wordregex config option
226 + + color-words: make regex configurable via attributes
227 + + color-words: expand docs with precise semantics
228 + + color-words: enable REG_NEWLINE to help user
229 + + color-words: take an optional regular expression describing words
230 + + color-words: change algorithm to allow for 0-character word
231 + boundaries
232 + + color-words: refactor word splitting and use ALLOC_GROW()
233 + + Add color_fwrite_lines(), a function coloring each line
234 + individually
235 +
236 +----------------------------------------------------------------
237 +[Will merge to "master" soon]
238 +
239 +* jg/mergetool (Sat Jan 24 00:12:45 2009 +0100) 1 commit
240 + + mergetool: Don't repeat merge tool candidates
241 +
242 +* cb/mergetool (Wed Jan 21 22:57:48 2009 +0000) 1 commit
243 + + mergetool: respect autocrlf by using checkout-index
244 +
245 +Now Ted told us not to wait for him, we'll go ahead by ourselves ;-).
246 +
247 +* jk/signal-cleanup (Thu Jan 22 01:03:28 2009 -0500) 5 commits
248 + + pager: do wait_for_pager on signal death
249 + + refactor signal handling for cleanup functions
250 + + chain kill signals for cleanup functions
251 + + diff: refactor tempfile cleanup handling
252 + + Windows: Fix signal numbers
253 +
254 +* sp/runtime-prefix (Sun Jan 18 13:00:15 2009 +0100) 7 commits
255 + + Windows: Revert to default paths and convert them by
256 + RUNTIME_PREFIX
257 + + Compute prefix at runtime if RUNTIME_PREFIX is set
258 + + Modify setup_path() to only add git_exec_path() to PATH
259 + + Add calls to git_extract_argv0_path() in programs that call
260 + git_config_*
261 + + git_extract_argv0_path(): Move check for valid argv0 from caller
262 + to callee
263 + + Refactor git_set_argv0_path() to git_extract_argv0_path()
264 + + Move computation of absolute paths from Makefile to runtime (in
265 + preparation for RUNTIME_PREFIX)
266 +
267 +----------------------------------------------------------------
268 +[On Hold]
269 +
270 +* jc/commit-assume-also-during-merge (Thu Jan 22 22:21:49 2009 -0800) 3 commits
271 + - git commit: pathspec without -i/-o implies -i semantics during a
272 + merge
273 + - builtin-commit: shorten eye-sore overlong lines
274 + - Add "partial commit" tests during a conflicted merge
275 +
276 +This is only meant as a weatherballoon to help facilitate discussion.
277 +
278 +* jk/renamelimit (Sat May 3 13:58:42 2008 -0700) 1 commit
279 + . diff: enable "too large a rename" warning when -M/-C is explicitly
280 + asked for
281 +
282 +* jc/stripspace (Sun Mar 9 00:30:35 2008 -0800) 6 commits
283 + . git-am --forge: add Signed-off-by: line for the author
284 + . git-am: clean-up Signed-off-by: lines
285 + . stripspace: add --log-clean option to clean up signed-off-by:
286 + lines
287 + . stripspace: use parse_options()
288 + . Add "git am -s" test
289 + . git-am: refactor code to add signed-off-by line for the committer
290 +
291 +* jc/post-simplify (Fri Aug 15 01:34:51 2008 -0700) 2 commits
292 + . revision --simplify-merges: incremental simplification
293 + . revision --simplify-merges: prepare for incremental simplification
294 +
295 +* jk/valgrind (Thu Oct 23 04:30:45 2008 +0000) 2 commits
296 + . valgrind: ignore ldso errors
297 + . add valgrind support in test scripts
298 +
299 +* wp/add-patch-find (Thu Nov 27 04:08:03 2008 +0000) 3 commits
300 + . In add --patch, Handle K,k,J,j slightly more gracefully.
301 + . Add / command in add --patch
302 + . git-add -i/-p: Change prompt separater from slash to comma
whats/in/2009/01/04.txt new
+125
@@ -0,0 +1,125 @@
1 +To: git@vger.kernel.org
2 +Subject: What's in git.git (Jan 2009, #04; Wed, 28)
3 +X-maint-at: 02322e1619dc537dc48650761f6c9bae883612a7
4 +X-master-at: 8712b3cdb0495f5a56b91cd67e2697412447a886
5 +X-maint-was: 692be9f365be09160f8baa1d6d521d0f65ec4cf9
6 +X-master-was: 5dc1308562ab5991ecada68b06707709bea408c9
7 +
8 +What's in git.git (Jan 2009, #04; Wed, 28)
9 +
10 + maint 02322e1 (send-pack: do not send unknown object name from ".have" to pack-objects)
11 + master 8712b3c (Merge branch 'tr/previous-branch')
12 +------------------------------------------------------------------------
13 +
14 +Folks at Github found that v1.6.1 clients barf when pushing over git
15 +protocol to v1.6.1 server if (1) the repository pushed into borrows
16 +objects from another repository, and (2) the repository that lends the
17 +objects has updates the pusher does not have. The 'maint' branch has a
18 +fix for it which 1.6.1.2 will contain when it comes out.
19 +
20 +The master has accumulated enough new features; we should start the -rc
21 +freeze soon (with the topics we have in 'next' as of today).
22 +
23 +
24 +* The 'maint' branch has these fixes since the last announcement.
25 +
26 +Johannes Schindelin (2):
27 + get_sha1_basic(): fix invalid memory access, found by valgrind
28 + test-path-utils: Fix off by one, found by valgrind
29 +
30 +Junio C Hamano (2):
31 + GIT 1.6.1.1
32 + send-pack: do not send unknown object name from ".have" to pack-objects
33 +
34 +
35 +* The 'master' branch has these since the last announcement
36 + in addition to the above.
37 +
38 +Benjamin Kramer (1):
39 + Ignore test-ctype
40 +
41 +Boyd Stephen Smith Jr (2):
42 + color-words: Support diff.wordregex config option
43 + Change the spelling of "wordregex".
44 +
45 +Clemens Buchacher (2):
46 + clean up pathspec matching
47 + remove pathspec_match, use match_pathspec instead
48 +
49 +Eric Wong (1):
50 + git-svn: fix memory leak when checking for empty symlinks
51 +
52 +Giuseppe Bilotta (6):
53 + gitweb: channel image in rss feed
54 + gitweb: feed generator metadata
55 + gitweb: rss feed managingEditor
56 + gitweb: rss channel date
57 + gitweb: last-modified time should be commiter, not author
58 + gitweb: check if-modified-since for feeds
59 +
60 +Jay Soffian (1):
61 + git-am: minor cleanups
62 +
63 +Johannes Schindelin (7):
64 + Add color_fwrite_lines(), a function coloring each line individually
65 + color-words: refactor word splitting and use ALLOC_GROW()
66 + color-words: change algorithm to allow for 0-character word boundaries
67 + color-words: take an optional regular expression describing words
68 + revision walker: include a detached HEAD in --all
69 + Fix parsing of @{-1}@{1}
70 + rebase -i --root: fix check for number of arguments
71 +
72 +Johannes Sixt (1):
73 + Windows: Fix intermittent failures of t7701
74 +
75 +Junio C Hamano (10):
76 + checkout: implement "@{-N}" shortcut name for N-th last branch
77 + bundle: allow the same ref to be given more than once
78 + interpret_nth_last_branch(): avoid traversing the reflog twice
79 + Fix reflog parsing for a malformed branch switching entry
80 + interpret_nth_last_branch(): plug small memleak
81 + Introduce for_each_recent_reflog_ent().
82 + Simplify parsing branch switching events in reflog
83 + http-push.c: style fixes
84 + rebase -i: correctly remember --root flag across --continue
85 + tests: Avoid single-shot environment export for shell function invocation
86 +
87 +Kjetil Barvik (5):
88 + lstat_cache(): more cache effective symlink/directory detection
89 + lstat_cache(): introduce has_symlink_or_noent_leading_path() function
90 + lstat_cache(): introduce has_dirs_only_path() function
91 + lstat_cache(): introduce invalidate_lstat_cache() function
92 + lstat_cache(): introduce clear_lstat_cache() function
93 +
94 +Miklos Vajna (1):
95 + gittutorial: remove misleading note
96 +
97 +Nanako Shiraishi (1):
98 + Mention "local convention" rule in the CodingGuidelines
99 +
100 +Serge van den Boom (1):
101 + Makefile: Make 'configure --with-expat=path' actually work
102 +
103 +Sverre Rabbelier (1):
104 + Allow cloning an empty repository
105 +
106 +Ted Pavlic (1):
107 + make: Remove -pthread on Darwin (it is included by cstdlib).
108 +
109 +Teemu Likonen (1):
110 + diff-options.txt: Fix asciidoc markup issue
111 +
112 +Thomas Rast (7):
113 + color-words: enable REG_NEWLINE to help user
114 + color-words: expand docs with precise semantics
115 + color-words: make regex configurable via attributes
116 + sha1_name: tweak @{-N} lookup
117 + sha1_name: support @{-N} syntax in get_sha1()
118 + checkout: implement "-" abbreviation, add docs and tests
119 + t1505: remove debugging cruft
120 +
121 +Vitaly \"_Vi\" Shukela (3):
122 + git-svn: add --ignore-paths option for fetching
123 + git-svn: documented --ignore-paths
124 + git-svn: Add test for --ignore-paths parameter
125 +