What's in/cooking

Junio C Hamano committed Dec 21, 2008 at 04:16 UTC cdd9a3e433500bd502b4a32507a9f0392f67dd15
2 files changed +389
whats/cooking/2008/12/03.txt new
+263
@@ -0,0 +1,263 @@
1 +To: git@vger.kernel.org
2 +cc: Johannes Sixt <j6t@kdbg.org>,
3 + Johannes Schindelin <Johannes.Schindelin@gmx.de>,
4 + "Simon Schubert" <corecode@fs.ei.tum.de>
5 +Subject: What's cooking in git.git (Dec 2008, #03; Sun, 21)
6 +X-master-at: b3eae84dc10e452add0e79c7373ceee16f73f7f0
7 +X-next-at: 43db18a982c1bdb5d2c1849c429ae3a456b8a51e
8 +
9 +What's cooking in git.git (Dec 2008, #03; Sun, 21)
10 +--------------------------------------------------
11 +
12 +Here are the topics that have been cooking. Commits prefixed
13 +with '-' are only in 'pu' while commits prefixed with '+' are
14 +in 'next'. The ones marked with '.' do not appear in any of the branches,
15 +but I am still holding onto them.
16 +
17 +The topics list the commits in reverse chronological order. The topics
18 +meant to be merged to the maintenance series have "maint-" in their names.
19 +
20 +As we have already passed -rc3, things queued in 'next' let alone 'pu' are
21 +unlikely to be merged to 'master' by the end of year unless otherwise
22 +noted.
23 +
24 +----------------------------------------------------------------
25 +[New Topics]
26 +
27 +* mk/gitweb-feature (Mon Dec 15 22:16:19 2008 -0800) 1 commit
28 + - gitweb: unify boolean feature subroutines
29 +
30 +* cb/merge-recursive-fix (Mon Dec 15 02:41:24 2008 -0800) 3 commits
31 + - Merge branch 'cb/maint-merge-recursive-fix' into cb/merge-
32 + recursive-fix
33 + - merge-recursive: do not clobber untracked working tree garbage
34 + - modify/delete conflict resolution overwrites untracked file
35 +
36 +* cb/maint-merge-recursive-fix (Sun Dec 14 19:40:09 2008 -0800) 2 commits
37 + - merge-recursive: do not clobber untracked working tree garbage
38 + - modify/delete conflict resolution overwrites untracked file
39 +
40 +* js/notes (Sat Dec 20 13:06:03 2008 +0100) 4 commits
41 + - Add an expensive test for git-notes
42 + - Speed up git notes lookup
43 + - Add a script to edit/inspect notes
44 + - Introduce commit notes
45 +
46 +* js/rebase-i-p (Mon Dec 15 11:05:31 2008 +0100) 2 commits
47 + - rebase -i -p: Fix --continue after a merge could not be redone
48 + - Show a failure of rebase -p if the merge had a conflict
49 +
50 +I am undecided whether I should include these in 1.6.1 and have been
51 +waiting for comments from Dscho.
52 +
53 +----------------------------------------------------------------
54 +[Post 1.6.1 items]
55 +
56 +* wp/add-p-goto (Thu Dec 4 10:22:40 2008 +0000) 2 commits
57 + + Add 'g' command to go to a hunk
58 + + Add subroutine to display one-line summary of hunks
59 +
60 +* jn/gitweb-blame (Thu Dec 11 01:33:29 2008 +0100) 3 commits
61 + - gitweb: cache $parent_commit info in git_blame()
62 + - gitweb: A bit of code cleanup in git_blame()
63 + - gitweb: Move 'lineno' id from link to row element in git_blame
64 +
65 +I've briefly looked at the resurrection of Ajaxy blame that comes on top
66 +of this series and it looked promising.
67 +
68 +* mv/um-pdf (Wed Dec 10 23:44:50 2008 +0100) 1 commit
69 + - Add support for a pdf version of the user manual
70 +
71 +I do not have a new enough combination of dblatex and asciidoc myself but
72 +this may help interested people.
73 +
74 +* np/auto-thread (Mon Dec 15 20:44:30 2008 +0100) 3 commits
75 + + Force t5302 to use a single thread
76 + + pack-objects: don't use too many threads with few objects
77 + + autodetect number of CPUs by default when using threads
78 +
79 +* sc/gitweb-category (Fri Dec 12 00:45:12 2008 +0100) 3 commits
80 + - gitweb: Optional grouping of projects by category
81 + - gitweb: Split git_project_list_body in two functions
82 + - gitweb: Modularized git_get_project_description to be more generic
83 +
84 +* gb/gitweb-patch (Thu Dec 18 08:13:19 2008 +0100) 4 commits
85 + - gitweb: link to patch(es) view in commit(diff) and (short)log view
86 + - gitweb: add patches view
87 + - gitweb: change call pattern for git_commitdiff
88 + - gitweb: add patch view
89 +
90 +Updated series.
91 +
92 +* lt/reset-merge (Wed Dec 3 18:00:12 2008 -0800) 2 commits
93 + + Document "git-reset --merge"
94 + + Add 'merge' mode to 'git reset'
95 +
96 +* wp/add-patch-find (Thu Nov 27 04:08:03 2008 +0000) 3 commits
97 + . In add --patch, Handle K,k,J,j slightly more gracefully.
98 + . Add / command in add --patch
99 + . git-add -i/-p: Change prompt separater from slash to comma
100 +
101 +I am still holding onto this earlier topic to add '/' subcommand to allow
102 +finding a hunk with given text, but I'd rather not merge/rebase it on top
103 +of wp/add-p-goto series myself. Waiting for a reroll.
104 +
105 +* cb/mergetool (Fri Dec 12 21:48:41 2008 +0000) 4 commits
106 + - mergetool: Don't keep temporary merge files unless told to
107 + - mergetool: Add prompt to continue after failing to merge a file
108 + - Add -y/--no-prompt option to mergetool
109 + - Fix some tab/space inconsistencies in git-mergetool.sh
110 +
111 +Updated series. Waiting for comments from the original author (Ted) and
112 +other interested parties.
113 +
114 +----------------------------------------------------------------
115 +[Graduated to "master"]
116 +
117 +Nothing cooking was "not so trivial but want to have in final".
118 +
119 +----------------------------------------------------------------
120 +[Will merge to "master" soon]
121 +
122 +What are you looking for? We are in -rc ;-)
123 +
124 +----------------------------------------------------------------
125 +[On Hold]
126 +
127 +* kb/am-directory (Fri Aug 29 15:27:50 2008 -0700) 1 commit
128 + . git-am: Pass the --directory option through to git-apply
129 +
130 +A reroll of this by Simon Schubert triggered a series to fix a parameter
131 +propagation bug, and another reroll to add "git am --directory=path/"
132 +should be much easier now. I am not likely to use the feature myself, so
133 +it is up to intrested volunteers to carry it forward.
134 +
135 +* jc/blame (Wed Jun 4 22:58:40 2008 -0700) 2 commits
136 + + blame: show "previous" information in --porcelain/--incremental
137 + format
138 + + git-blame: refactor code to emit "porcelain format" output
139 +
140 +* ds/uintmax-config (Mon Nov 3 09:14:28 2008 -0900) 1 commit
141 + - autoconf: Enable threaded delta search when pthreads are supported
142 +
143 +Rebased to 'master', that introduced NO_PTHREADS.
144 +
145 +* cc/bisect-replace (Mon Nov 24 22:20:30 2008 +0100) 9 commits
146 + - bisect: add "--no-replace" option to bisect without using replace
147 + refs
148 + - rev-list: make it possible to disable replacing using "--no-
149 + bisect-replace"
150 + - bisect: use "--bisect-replace" options when checking merge bases
151 + - merge-base: add "--bisect-replace" option to use fixed up revs
152 + - commit: add "bisect_replace_all" prototype to "commit.h"
153 + - rev-list: add "--bisect-replace" to list revisions with fixed up
154 + history
155 + - Documentation: add "git bisect replace" documentation
156 + - bisect: add test cases for "git bisect replace"
157 + - bisect: add "git bisect replace" subcommand
158 +
159 +I really hate the idea of introducing a potentially much more useful
160 +replacement of the existing graft mechanism and tie it very tightly to
161 +bisect, making it unusable from outside.
162 +
163 + (1) I do not think "bisect replace" workflow is a practical and usable
164 + one;
165 +
166 + (2) The underlying mechanism to express "this object replaces that other
167 + object" is much easier to work with than what the graft does which is
168 + "the parents of this commit are these", and idea to use the normal
169 + ref to point at them means this can potentially be used for
170 + transferring the graft information across repositories, which the
171 + current graft mechanism cannot do.
172 +
173 + (3) Because I like the aspect (2) of this series so much, it deeply
174 + disappoints and troubles me that this is implemented minimally near
175 + the surface, and that it is controlled by the "bisect" Porcelain
176 + alone, by explicitly passing command line arguments.
177 +
178 +I think a mechanism like this should be added to replace grafts, but it
179 +should always be enabled for normal revision traversal operation, while
180 +always disabled for object enumeration and transfer operation (iow, fsck,
181 +fetch and push should use the real ancestry information recorded in the
182 +underlying objects, while rev-list, log, etc. should always use the
183 +replaced objects). I have a suspicion that even cat-file could honor it.
184 +
185 +* nd/narrow (Sun Nov 30 17:54:38 2008 +0700) 17 commits
186 + - wt-status: show sparse checkout info
187 + - Introduce default sparse patterns (core.defaultsparse)
188 + - checkout: add new options to support sparse checkout
189 + - clone: support sparse checkout with --sparse-checkout option
190 + - unpack_trees(): add support for sparse checkout
191 + - unpack_trees(): keep track of unmerged entries
192 + - Introduce "sparse patterns"
193 + - Merge branch 'master' into nd/narrow
194 + + t2104: touch portability fix
195 + + grep: skip files outside sparse checkout area
196 + + checkout_entry(): CE_NO_CHECKOUT on checked out entries.
197 + + Prevent diff machinery from examining worktree outside sparse
198 + checkout
199 + + ls-files: Add tests for --sparse and friends
200 + + update-index: add --checkout/--no-checkout to update
201 + CE_NO_CHECKOUT bit
202 + + update-index: refactor mark_valid() in preparation for new options
203 + + ls-files: add options to support sparse checkout
204 + + Introduce CE_NO_CHECKOUT bit
205 +
206 +Kicked back to 'on hold' until 1.6.1 final by popular demand; will be
207 +dropped from 'next' (see recent discussion on the interaction between the
208 +checkout area and commands such as "grep").
209 +
210 +* jc/clone-symref-2 (Sat Nov 29 23:38:21 2008 -0800) 7 commits
211 + - clone: test the new HEAD detection logic
212 + - Merge commit 'HEAD@{2}' into HEAD
213 + - upload-pack: send the HEAD information
214 + - clone: find the current branch more explicitly
215 + - connect.c::read_extra_info(): find where HEAD points at
216 + - connect.c::read_extra_info(): prepare to receive more than server
217 + capabilities
218 + - get_remote_heads(): refactor code to read "server capabilities"
219 +
220 +This is no way meant for 1.6.1, let alone next, yet.
221 +
222 +* jc/send-pack-tell-me-more (Thu Mar 20 00:44:11 2008 -0700) 1 commit
223 + - "git push": tellme-more protocol extension
224 +
225 +This seems to have a deadlock during communication between the peers.
226 +Someone needs to pick up this topic and resolve the deadlock before it can
227 +continue.
228 +
229 +* jk/renamelimit (Sat May 3 13:58:42 2008 -0700) 1 commit
230 + - diff: enable "too large a rename" warning when -M/-C is explicitly
231 + asked for
232 +
233 +This would be the right thing to do for command line use,
234 +but gitk will be hit due to tcl/tk's limitation, so I am holding
235 +this back for now.
236 +
237 +* jc/stripspace (Sun Mar 9 00:30:35 2008 -0800) 6 commits
238 + - git-am --forge: add Signed-off-by: line for the author
239 + - git-am: clean-up Signed-off-by: lines
240 + - stripspace: add --log-clean option to clean up signed-off-by:
241 + lines
242 + - stripspace: use parse_options()
243 + - Add "git am -s" test
244 + - git-am: refactor code to add signed-off-by line for the committer
245 +
246 +* jc/post-simplify (Fri Aug 15 01:34:51 2008 -0700) 2 commits
247 + . revision --simplify-merges: incremental simplification
248 + . revision --simplify-merges: prepare for incremental simplification
249 +
250 +* jc/clone-symref (Sat Nov 29 23:38:21 2008 -0800) 6 commits
251 + . clone: test the new HEAD detection logic
252 + . Merge sender side of "symbolic-ref" protocol extension
253 + . upload-pack: implement protocol extension "symbolic-ref"
254 + . clone: find the current branch more explicitly
255 + . get_remote_heads(): do not assume that the operation is one-way
256 + . upload-pack.c: refactor receive_needs()
257 +
258 +* jk/valgrind (Thu Oct 23 04:30:45 2008 +0000) 2 commits
259 + . valgrind: ignore ldso errors
260 + . add valgrind support in test scripts
261 +
262 +* jc/apply (Sun Sep 7 14:36:24 2008 -0700) 1 commit
263 + . WIP
whats/in/2008/12/03.txt new
+126
@@ -0,0 +1,126 @@
1 +To: git@vger.kernel.org
2 +cc: Johannes Schindelin <Johannes.Schindelin@gmx.de>,
3 + Johannes Sixt <j6t@kdbg.org>,
4 + Paul Mackerras <paulus@samba.org>,
5 + Robin Rosenberg <robin.rosenberg@dewire.com>,
6 + "Boyd Stephen Smith Jr." <bss@iguanasuicide.net>
7 +Subject: What's in git.git (Dec 2008, #03; Sun, 21)
8 +X-maint-at: 718258e256b74622aa55f5ee0cb9cff4cce6bf9f
9 +X-master-at: b3eae84dc10e452add0e79c7373ceee16f73f7f0
10 +X-maint-was: 718258e256b74622aa55f5ee0cb9cff4cce6bf9f
11 +X-master-was: 7e76aba317b690932c8236311219b0faf97f1571
12 +
13 +What's in git.git (Dec 2008, #03; Sun, 21)
14 +
15 + maint 718258e (GIT 1.6.0.6)
16 + master b3eae84 (Documentation/git-show-branch: work around "single quote" typesetting glitch)
17 +------------------------------------------------------------------------
18 +
19 +The 'maint' branch is at 1.6.0.6, which hopefully will be the last
20 +maintenance release until 1.6.1 final.
21 +
22 +Earlier I said I'd like to have 1.6.1 final this weekend, but I'd rather
23 +play safe and tag -rc4 tonight (gee, it is already 04:00am), and leave the
24 +final 1.6.0 as Christmas present to git users.
25 +
26 + * Paul has one patch on his gitk branch I have fetched but not merged yet;
27 + waiting for his go-ahead.
28 +
29 + * I am undecided whether I should include the "rebase -i -p" patch from
30 + j6t in 1.6.1 and have been waiting for comments from Dscho.
31 +
32 + * A documentation patch from Boyd Stephen Smith Jr. to add a reference to
33 + the new HowTo page from git-revert manpage and an additional warning to
34 + git-revert from Robin Rosenberg are still not in yet, but I would like
35 + to have them with updates in 1.6.1 final.
36 +
37 +Other than that, the 'master' I am pusing out is pretty much it for
38 +1.6.1.
39 +
40 +----------------------------------------------------------------
41 +
42 +* The 'master' branch has these since the last announcement.
43 +
44 +Alexander Gavrilov (3):
45 + git-gui: Fix handling of relative paths in blame.
46 + git-gui: Fix commit encoding handling.
47 + Documentation: Describe git-gui Tools menu configuration options.
48 +
49 +Arjen Laarhoven (1):
50 + Enable threaded delta search on Mac OS X/Darwin
51 +
52 +Christian Stimming (1):
53 + git-gui: Update German (completed) translation.
54 +
55 +Fredrik Skolmli (1):
56 + git-gui: Starting translation for Norwegian
57 +
58 +Johannes Schindelin (2):
59 + Get rid of the last remnants of GIT_CONFIG_LOCAL
60 + git-gui: Get rid of the last remnants of GIT_CONFIG_LOCAL
61 +
62 +Junio C Hamano (6):
63 + gitweb: do not run "git diff" that is Porcelain
64 + make_absolute_path(): check bounds when seeing an overlong symlink
65 + builtin-blame.c: use strbuf_readlink()
66 + combine-diff.c: use strbuf_readlink()
67 + Make sure lockfiles are unlocked when dying on SIGPIPE
68 + send-email: futureproof split_addrs() sub
69 +
70 +Kirill A. Korinskiy (1):
71 + Remove the requirement opaquelocktoken uri scheme
72 +
73 +Lee Marlow (2):
74 + bash completion: Sort config completion variables
75 + bash completion: Sync config variables with their man pages
76 +
77 +Linus Torvalds (5):
78 + Add generic 'strbuf_readlink()' helper function
79 + Make 'ce_compare_link()' use the new 'strbuf_readlink()'
80 + Make 'index_path()' use 'strbuf_readlink()'
81 + Make 'diff_populate_filespec()' use the new 'strbuf_readlink()'
82 + Make 'prepare_temp_file()' ignore st_size for symlinks
83 +
84 +Marcel M. Cary (1):
85 + git-sh-setup: Fix scripts whose PWD is a symlink into a git work-dir
86 +
87 +Markus Heidelberg (5):
88 + Documentation: fix description for enabling hooks
89 + doc/git-reset: add reference to git-stash
90 + Documentation: sync example output with git output
91 + Documentation: fix typos, grammar, asciidoc syntax
92 + Documentation/git-show-branch: work around "single quote" typesetting
93 + glitch
94 +
95 +Michael J Gruber (1):
96 + test overlapping ignore patterns
97 +
98 +Michele Ballabio (1):
99 + git gui: update Italian translation
100 +
101 +Miklos Vajna (3):
102 + git-gui: Update Hungarian translation for 0.12
103 + git-daemon documentation: use {tilde}
104 + githooks documentation: add a note about the +x mode
105 +
106 +Nanako Shiraishi (3):
107 + git-gui: Update Japanese translation for 0.12
108 + Clarify documentation of "git checkout <tree-ish> paths" syntax
109 + Add a documentat on how to revert a faulty merge
110 +
111 +Peter Krefting (2):
112 + git-gui: Updated Swedish translation (515t0f0u).
113 + git-gui: Fixed typos in Swedish translation.
114 +
115 +René Scharfe (3):
116 + Fix type-mismatch compiler warning from diff_populate_filespec()
117 + connect.c: stricter port validation, silence compiler warning
118 + fast-import.c: stricter strtoul check, silence compiler warning
119 +
120 +Shawn O. Pearce (2):
121 + git-gui: Update po template to include 'Mirroring %s' message
122 + git-gui 0.12
123 +
124 +YONETANI Tomokazu (1):
125 + git-fast-import possible memory corruption problem
126 +