What's cooking (2010/01 #01)
[git/dscho.git] / whats-cooking.txt
blob93ec10f90cf1ccc60cbb7a4829e60209b1afbac3
1 To: git@vger.kernel.org
2 Subject: What's cooking in git.git (Jan 2010, #01; Mon, 04)
3 X-master-at: bd757c18597789d4f01cbd2ffc7c1f55e90cfcd0
4 X-next-at: 8802c2c062c167ec9c81e811dd90791ed3fdc74b
6 What's cooking in git.git (Jan 2010, #01; Mon, 04)
7 --------------------------------------------------
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 integration branches, but I am
12 still holding onto them.
14 The tip of 'next' has been rebuilt on top of the current 'master'.
16 --------------------------------------------------
17 [New Topics]
19 * da/difftool (2009-12-22) 2 commits
20  - git-difftool: Add '--gui' for selecting a GUI tool
21  - t7800-difftool: Set a bogus tool for use by tests
23 * jh/gitweb-cached (2010-01-03) 4 commits
24  - gitweb: Makefile improvements
25  - gitweb: Optionally add "git" links in project list page
26  - gitweb: Add option to force version match
27  - gitweb: Load checking
29 * tc/test-locate-httpd (2010-01-02) 1 commit
30  - t/lib-http.sh: Restructure finding of default httpd location
32 * jc/fix-tree-walk (2009-09-14) 7 commits
33  - read-tree --debug-unpack
34  - unpack-trees.c: look ahead in the index
35  - unpack-trees.c: prepare for looking ahead in the index
36  - Aggressive three-way merge: fix D/F case
37  - traverse_trees(): handle D/F conflict case sanely
38  - more D/F conflict tests
39  - tests: move convenience regexp to match object names to test-lib.sh
41 Resurrected from "Ejected" category.
43 --------------------------------------------------
44 [Cooking]
46 * cc/reset-more (2010-01-04) 6 commits
47   (merged to 'next' on 2010-01-04 at 8802c2c)
48  + Fix bit assignment for CE_CONFLICTED
49   (merged to 'next' on 2010-01-03 at f83d4c6)
50  + "reset --merge": fix unmerged case
51  + reset: use "unpack_trees()" directly instead of "git read-tree"
52  + reset: add a few tests for "git reset --merge"
53  + Documentation: reset: add some tables to describe the different options
54  + reset: improve mixed reset error message when in a bare repo
56 * bg/maint-remote-update-default (2009-12-31) 1 commit
57   (merged to 'next' on 2010-01-03 at 113009e)
58  + Fix "git remote update" with remotes.defalt set
60 * jc/branch-d (2009-12-29) 1 commit
61  - branch -d: base the "already-merged" safety on the branch it merges with
63 * jc/rerere (2009-12-04) 1 commit
64  - Teach --[no-]rerere-autoupdate option to merge, revert and friends
66 * jk/maint-1.6.5-reset-hard (2009-12-30) 1 commit
67   (merged to 'next' on 2010-01-02 at 190d63b)
68  + reset: unbreak hard resets with GIT_WORK_TREE
70 * jk/push-to-delete (2009-12-30) 1 commit
71   (merged to 'next' on 2010-01-03 at 9ee293b)
72  + builtin-push: add --delete as syntactic sugar for :foo
74 * jk/run-command-use-shell (2010-01-01) 8 commits
75  - t4030, t4031: work around bogus MSYS bash path conversion
76  - t0021: use $SHELL_PATH for the filter script
77  - diff: run external diff helper with shell
78  - textconv: use shell to run helper
79  - editor: use run_command's shell feature
80  - run-command: optimize out useless shell calls
81  - run-command: convert simple callsites to use_shell
82  - run-command: add "use shell" option
84    Xref: news.gmane.org gmane.comp.version-control.git:136128
85    * check t0021: drop one to t4030;
86    * reorder and move t0021 up, immediately after run-command: optimize
88 * mm/config-path (2009-12-30) 1 commit
89   (merged to 'next' on 2010-01-03 at 9c0e81a)
90  + builtin-config: add --path option doing ~ and ~user expansion.
92 * pm/cvs-environ (2009-12-30) 1 commit
93   (merged to 'next' on 2010-01-03 at 4c22932)
94  + CVS Server: Support reading base and roots from environment
96 * rs/maint-archive-match-pathspec (2009-12-12) 1 commit
97   (merged to 'next' on 2010-01-03 at 92d7d15)
98  + archive: complain about path specs that don't match anything
100 * so/cvsserver-update (2009-12-07) 1 commit
101   (merged to 'next' on 2010-01-03 at 99959b6)
102  + cvsserver: make the output of 'update' more compatible with cvs.
104 * tc/clone-v-progress (2009-12-26) 4 commits
105  - clone: use --progress to force progress reporting
106  - clone: set transport->verbose when -v/--verbose is used
107  - git-clone.txt: reword description of progress behaviour
108  - check stderr with isatty() instead of stdout when deciding to show progress
110 * tc/smart-http-restrict (2010-01-02) 4 commits
111  - Smart-http tests: Test http-backend without curl or a webserver
112  - Smart-http tests: Break test t5560-http-backend into pieces
113  - Smart-http tests: Improve coverage in test t5560
114  - Smart-http: check if repository is OK to export before serving it
116 * tr/maint-1.6.5-bash-prompt-show-submodule-changes (2009-12-31) 1 commit
117   (merged to 'next' on 2010-01-03 at b785974)
118  + bash completion: factor submodules into dirty state
120 * jc/cache-unmerge (2009-12-25) 9 commits
121  - rerere forget path: forget recorded resolution
122  - rerere: refactor rerere logic to make it independent from I/O
123  - rerere: remove silly 1024-byte line limit
124  - resolve-undo: teach "update-index --unresolve" to use resolve-undo info
125  - resolve-undo: "checkout -m path" uses resolve-undo information
126  - resolve-undo: allow plumbing to clear the information
127  - resolve-undo: basic tests
128  - resolve-undo: record resolved conflicts in a new index extension section
129  - builtin-merge.c: use standard active_cache macros
131 * js/filter-branch-prime (2009-12-15) 1 commit
132   (merged to 'next' on 2010-01-03 at 7c90319)
133  + filter-branch: remove an unnecessary use of 'git read-tree'
135 * mg/tag-d-show (2009-12-10) 1 commit
136   (merged to 'next' on 2010-01-03 at 87657d2)
137  + tag -d: print sha1 of deleted tag
139 * sb/maint-octopus (2009-12-11) 3 commits
140   (merged to 'next' on 2010-01-03 at ffe77d6)
141  + octopus: remove dead code
142  + octopus: reenable fast-forward merges
143  + octopus: make merge process simpler to follow
145 * jh/commit-status (2009-12-07) 1 commit
146  - [test?] Add commit.status, --status, and --no-status
148 * jc/checkout-merge-base (2009-11-20) 2 commits
149   (merged to 'next' on 2010-01-02 at 6a8f6fc)
150  + "rebase --onto A...B" replays history on the merge base between A and B
151  + "checkout A...B" switches to the merge base between A and B
153 * tr/http-push-ref-status (2009-12-24) 6 commits
154  - transport-helper.c::push_refs(): emit "no refs" error message
155  - transport-helper.c::push_refs(): ignore helper-reported status if ref is not to be pushed
156  - transport.c::transport_push(): make ref status affect return value
157  - refactor ref status logic for pushing
158  - t5541-http-push.sh: add test for unmatched, non-fast-forwarded refs
159  - t5541-http-push.sh: add tests for non-fast-forward pushes
161 * bg/maint-add-all-doc (2009-12-07) 4 commits
162   (merged to 'next' on 2010-01-03 at b19a323)
163  + squash! rm documentation--also mention add-u where we mention commit-a
164  + git-rm doc: Describe how to sync index & work tree
165  + git-add/rm doc: Consistently back-quote
166  + Documentation: 'git add -A' can remove files
168 * il/vcs-helper (2009-12-09) 8 commits
169  - Remove special casing of http, https and ftp
170  - Support remote archive from all smart transports
171  - Support remote helpers implementing smart transports
172  - Support taking over transports
173  - Refactor git transport options parsing
174  - Pass unknown protocols to external protocol handlers
175  - Support mandatory capabilities
176  - Add remote helper debug mode
178 * mm/diag-path-in-treeish (2009-12-07) 1 commit
179  - Detailed diagnosis when parsing an object name fails.
181 * mh/rebase-fixup (2009-12-07) 2 commits
182  - Add a command "fixup" to rebase --interactive
183  - t3404: Use test_commit to set up test repository
184  (this branch is used by ns/rebase-auto-squash.)
186 Initial round of "fixup" action that is similar to "squash" action in
187 "rebase -i" that excludes the commit log message from follow-up commits
188 when composing the log message for the updated one.  Expected is a further
189 improvement to skip opening the editor if a pick is followed only by
190 "fixup" and no "squash".
192 * ns/rebase-auto-squash (2009-12-08) 2 commits
193  - fixup! rebase -i --autosquash
194  - rebase -i --autosquash: auto-squash commits
195  (this branch uses mh/rebase-fixup.)
197 * jh/notes (2009-12-07) 11 commits
198  - Refactor notes concatenation into a flexible interface for combining notes
199  - Notes API: Allow multiple concurrent notes trees with new struct notes_tree
200  - Notes API: for_each_note(): Traverse the entire notes tree with a callback
201  - Notes API: get_note(): Return the note annotating the given object
202  - Notes API: add_note(): Add note objects to the internal notes tree structure
203  - Notes API: init_notes(): Initialize the notes tree from the given notes ref
204  - Notes API: get_commit_notes() -> format_note() + remove the commit restriction
205  - Minor style fixes to notes.c
206   (merged to 'next' on 2010-01-02 at ae42130)
207  + Add more testcases to test fast-import of notes
208  + Rename t9301 to t9350, to make room for more fast-import tests
209  + fast-import: Proper notes tree manipulation
211 * fc/opt-quiet-gc-reset (2009-12-02) 1 commit
212  - General --quiet improvements
214 * mv/commit-date (2009-12-03) 2 commits
215   (merged to 'next' on 2010-01-03 at 1c45fdf)
216  + Document date formats accepted by parse_date()
217  + builtin-commit: add --date option
219 * sr/gfi-options (2009-12-04) 7 commits
220  - fast-import: add (non-)relative-marks feature
221  - fast-import: allow for multiple --import-marks= arguments
222  - fast-import: test the new option command
223  - fast-import: add option command
224  - fast-import: add feature command
225  - fast-import: put marks reading in its own function
226  - fast-import: put option parsing code in separate functions
228 * ap/merge-backend-opts (2008-07-18) 6 commits
229  - Document that merge strategies can now take their own options
230  - Extend merge-subtree tests to test -Xsubtree=dir.
231  - Make "subtree" part more orthogonal to the rest of merge-recursive.
232  - Teach git-pull to pass -X<option> to git-merge
233  - git merge -X<option>
234  - git-merge-file --ours, --theirs
236 "git pull" patch needs sq-then-eval fix to protect it from $IFS
237 but otherwise seemed good.
239 * mo/bin-wrappers (2009-12-02) 3 commits
240   (merged to 'next' on 2010-01-03 at 8c5fa27)
241  + INSTALL: document a simpler way to run uninstalled builds
242  + run test suite without dashed git-commands in PATH
243  + build dashless "bin-wrappers" directory similar to installed bindir
245 * tr/http-updates (2009-12-28) 4 commits
246   (merged to 'next' on 2010-01-02 at cf25698)
247  + Remove http.authAny
248  + Allow curl to rewind the RPC read buffer
249  + Add an option for using any HTTP authentication scheme, not only basic
250  + http: maintain curl sessions
252 * nd/sparse (2009-12-30) 23 commits
253   (merged to 'next' on 2010-01-02 at 5499bbe)
254  + grep: do not do external grep on skip-worktree entries
255  + commit: correctly respect skip-worktree bit
256  + ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALID
257  + tests: rename duplicate t1009
258  + sparse checkout: inhibit empty worktree
259  + Add tests for sparse checkout
260  + read-tree: add --no-sparse-checkout to disable sparse checkout support
261  + unpack-trees(): ignore worktree check outside checkout area
262  + unpack_trees(): apply $GIT_DIR/info/sparse-checkout to the final index
263  + unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkout
264  + unpack-trees.c: generalize verify_* functions
265  + unpack-trees(): add CE_WT_REMOVE to remove on worktree alone
266  + Introduce "sparse checkout"
267  + dir.c: export excluded_1() and add_excludes_from_file_1()
268  + excluded_1(): support exclude files in index
269  + unpack-trees(): carry skip-worktree bit over in merged_entry()
270  + Read .gitignore from index if it is skip-worktree
271  + Avoid writing to buffer in add_excludes_from_file_1()
272  + Teach Git to respect skip-worktree bit (writing part)
273  + Teach Git to respect skip-worktree bit (reading part)
274  + Introduce "skip-worktree" bit in index, teach Git to get/set this bit
275  + Add test-index-version
276  + update-index: refactor mark_valid() in preparation for new options