What's cooking (2010/07 #05)

Junio C Hamano committed Jul 28, 2010 at 16:52 UTC 7fcb7283e81b6d861c463aab200dd8a2c763095b
1 file changed +118 -18
whats-cooking.txt
+118 -18
@@ -1,9 +1,9 @@
1 To: git@vger.kernel.org
2 -Subject: What's cooking in git.git (Jul 2010, #04; Mon, 19)
3 -X-master-at: c5212b87dafb3f559ceb898bd9b40bfc3cd0ad68
4 -X-next-at: b7c600f132949b7f995ac2643ab9728272d3aaab
2 +Subject: What's cooking in git.git (Jul 2010, #05; Wed, 28)
3 +X-master-at: 61bf126ecb24977b883079942b71ff96174c19fb
4 +X-next-at: 75e8ac1bc0d18c1f8ca82f22ec04c8407298f41f
5
6 -What's cooking in git.git (Jul 2010, #04; Mon, 19)
6 +What's cooking in git.git (Jul 2010, #05; Wed, 28)
7 --------------------------------------------------
8
9 Here are the topics that have been cooking. Commits prefixed with '-' are
@@ -11,18 +11,112 @@ 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.
13
14 -I've ended up merging a few more fixes to 'master'; please give it a good
15 -final round of testing so that we can have the real thing in a couple of
16 -days.
17 -
18 -Thanks.
14 +Now that the latest feature release 1.7.2 is out, we should rewind and
15 +rebuild 'next' and start cooking new topics.
16
17 --------------------------------------------------
21 -[Graduated to "master"]
22 -
23 -* jl/add-n-ignore-missing (2010-07-10) 2 commits
24 - + git submodule add: Require the new --force option to add ignored paths
25 - + git add: Add the "--ignore-missing" option for the dry run
18 +[New Topics]
19 +
20 +* ab/test-coverage (2010-07-26) 8 commits
21 + - Makefile: make gcov invocation configurable
22 + - t/README: Add a note about the dangers of coverage chasing
23 + - t/README: A new section about test coverage
24 + - Makefile: Add cover_db_html target
25 + - Makefile: Add cover_db target
26 + - Makefile: Split out the untested functions target
27 + - Makefile: Include subdirectories in "make cover" reports
28 + - gitignore: Ignore files generated by "make coverage"
29 +
30 +* ab/test-no-skip (2010-07-28) 5 commits
31 + - t/README: Update "Skipping tests" to align with best practices
32 + - t/t7800-difftool.sh: Skip with prereq on no PERL
33 + - t/t5800-remote-helpers.sh: Skip with prereq on python <2.4
34 + - t/t4004-diff-rename-symlink.sh: use three-arg <prereq>
35 + - tests: implicitly skip SYMLINKS tests using <prereq>
36 +
37 +* bc/use-more-hardlinks-in-install (2010-07-23) 2 commits
38 + - Makefile: make hard/symbolic links for non-builtins too
39 + - Makefile: link builtins residing in bin directory to main git binary too
40 +
41 +* cc/find-commit-subject (2010-07-22) 6 commits
42 + - blame: use find_commit_subject() instead of custom code
43 + - merge-recursive: use find_commit_subject() instead of custom code
44 + - bisect: use find_commit_subject() instead of custom code
45 + - revert: rename variables related to subject in get_message()
46 + - revert: refactor code to find commit subject in find_commit_subject()
47 + - revert: fix off by one read when searching the end of a commit subject
48 +
49 +* gb/shell-ext (2010-07-28) 3 commits
50 + - Add sample commands for git-shell
51 + - Add interactive mode to git-shell for user-friendliness
52 + - Allow creation of arbitrary git-shell commands
53 +
54 +* jc/log-grep (2010-07-19) 1 commit
55 + - git log: add -G<regexp> that greps in the patch text
56 +
57 +* jh/clean-exclude (2010-07-20) 2 commits
58 + - Add test for git clean -e.
59 + - Add -e/--exclude to git-clean.
60 +
61 +* jh/use-test-must-fail (2010-07-20) 1 commit
62 + - Convert "! git" to "test_must_fail git"
63 +
64 +* jn/apply-filename-with-sp (2010-07-23) 4 commits
65 + - apply: Handle traditional patches with space in filename
66 + - t4135 (apply): use expand instead of pr for portability
67 + - tests: Test how well "git apply" copes with weird filenames
68 + - apply: Split quoted filename handling into new function
69 +
70 +* jn/fix-abbrev (2010-07-27) 3 commits
71 + - examples/commit: use --abbrev for commit summary
72 + - checkout, commit: remove confusing assignments to rev.abbrev
73 + - archive: abbreviate substituted commit ids again
74 +
75 +* jn/maint-setup-fix (2010-07-24) 10 commits
76 + - setup: split off a function to handle ordinary .git directories
77 + - Revert "rehabilitate 'git index-pack' inside the object store"
78 + - setup: do not forget working dir from subdir of gitdir
79 + - setup: split off get_device_or_die helper
80 + - setup: split off a function to handle hitting ceiling in repo search
81 + - setup: split off code to handle stumbling upon a repository
82 + - setup: split off a function to checks working dir for .git file
83 + - setup: split off $GIT_DIR-set case from setup_git_directory_gently
84 + - tests: try git apply from subdir of toplevel
85 + - t1501 (rev-parse): clarify
86 +
87 +* jn/rebase-rename-am (2008-11-10) 5 commits
88 + - rebase: protect against diff.renames configuration
89 + - t3400 (rebase): whitespace cleanup
90 + - Teach "apply --index-info" to handle rename patches
91 + - t4150 (am): futureproof against failing tests
92 + - t4150 (am): style fix
93 +
94 +* ml/rebase-x-strategy (2010-07-29) 1 commit
95 + - rebase: support -X to pass through strategy options
96 +
97 +* mm/shortopt-detached (2010-07-28) 4 commits
98 + - Allow detached form for --glob, --branches, --tags and --remote.
99 + - Allow detached form (e.g. "git log --grep foo") in log options.
100 + - Allow detached form for git diff --stat-name-width and --stat-width.
101 + - Allow detached form (e.g. "-S foo" instead of "-Sfoo") for diff options
102 +
103 +* nd/fix-sparse-checkout (2010-07-26) 3 commits
104 + - Mark new entries skip-worktree appropriately
105 + - unpack-trees.c: Do not check ce_stage in will_have_skip_worktree()
106 + - Fix sparse checkout not removing files from index
107 +
108 +* tr/ab-i18n-fix (2010-07-25) 1 commit
109 + - tests: locate i18n lib&data correctly under --valgrind
110 + (this branch uses ab/i18n.)
111 +
112 +* tr/maint-no-unquote-plus (2010-07-24) 1 commit
113 + - Do not unquote + into ' ' in URLs
114 +
115 +* tr/xsize-bits (2010-07-28) 1 commit
116 + - xsize_t: check whether we lose bits
117 +
118 +* vs/doc-spell (2010-07-20) 1 commit
119 + - Documentation: spelling fixes
120
121 --------------------------------------------------
122 [Stalled -- would discard unless there are some movements soon]
@@ -47,7 +141,8 @@ Thanks.
141 . parse-options: add two helper functions
142 . parse-options: stop when encounter a non-option
143
50 -Seems to break some tests in t403X range but we are not in a hurry.
144 +Perhaps a re-roll is coming? I suspect that we would have some overlaps
145 +to mm/shortopt-detached topic.
146
147 * ps/gitweb-soc (2010-06-02) 2 commits
148 (merged to 'next' on 2010-06-13 at 92245ae)
@@ -91,7 +186,8 @@ I recall there was another round of re-roll planned for this one.
186 * ab/report-corrupt-object-with-type (2010-06-10) 1 commit
187 - sha1_file: Show the the type and path to corrupt objects
188
94 -* cc/revert (2010-07-14) 4 commits
189 +* cc/revert (2010-07-21) 5 commits
190 + - t3508: add check_head_differs_from() helper function and use it
191 - revert: improve success message by adding abbreviated commit sha1
192 - revert: don't print "Finished one cherry-pick." if commit failed
193 - revert: refactor commit code into a new run_git_commit() function
@@ -163,7 +259,9 @@ I recall there was another round of re-roll planned for this one.
259 - string_list: Add STRING_LIST_INIT macro and make use of it.
260 (this branch uses ar/string-list-foreach.)
261
166 -* en/d-f-conflict-fix (2010-07-09) 6 commits
262 +* en/d-f-conflict-fix (2010-07-27) 7 commits
263 + (merged to 'next' on 2010-07-28 at 75e8ac1)
264 + + t/t6035-merge-dir-to-symlink.sh: Remove TODO on passing test
265 (merged to 'next' on 2010-07-14 at 2b2a810)
266 + fast-import: Improve robustness when D->F changes provided in wrong order
267 + fast-export: Fix output order of D/F changes
@@ -172,8 +270,10 @@ I recall there was another round of re-roll planned for this one.
270 + Add a rename + D/F conflict testcase
271 + Add additional testcases for D/F conflicts
272
175 -* ab/i18n (2010-07-10) 1 commit
273 +* ab/i18n (2010-07-19) 2 commits
274 + - tests: rename test to work around GNU gettext bug
275 - Add infrastructure for translating Git with gettext
276 + (this branch is used by tr/ab-i18n-fix.)
277
278 * tc/checkout-B (2010-06-24) 3 commits
279 - builtin/checkout: learn -B