From 493b2c139ed8bb622d4eddf786aac3f872abe3b8 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 6 May 2011 13:22:30 -0700 Subject: [PATCH] What's cooking (2011/05 #03) --- whats-cooking.txt | 413 ++++++++++++++++++++++-------------------------------- 1 file changed, 169 insertions(+), 244 deletions(-) diff --git a/whats-cooking.txt b/whats-cooking.txt index 490b7ba7bf..3179389f93 100644 --- a/whats-cooking.txt +++ b/whats-cooking.txt @@ -1,9 +1,9 @@ To: git@vger.kernel.org -Subject: What's cooking in git.git (May 2011, #02; Wed, 4) -X-master-at: 505a138cbd5c45d890d180383c8bd808ee8105aa -X-next-at: 76e37e21d4a31e0ad0e9ef50ca7dc8e2402a26b1 +Subject: What's cooking in git.git (May 2011, #03; Fri, 6) +X-master-at: 4e3aa87d13b339fa678cd3cb7f23664d3a48fb21 +X-next-at: 711ff7850102428a21459848c6ae899101e93bc6 -What's cooking in git.git (May 2011, #02; Wed, 4) +What's cooking in git.git (May 2011, #03; Fri, 6) -------------------------------------------------- Here are the topics that have been cooking. Commits prefixed with '-' are @@ -12,157 +12,113 @@ only in 'pu' while commits prefixed with '+' are in 'next'. The main part of this cycle is expected to run thru May, aiming for a feature freeze in early June. -We are in the middle of week #2 of this cycle. +We are late in the week #2 of this cycle. -------------------------------------------------- -[New Topics] +[Graduated to "master"] -* jc/dotdot-is-parent-directory (2011-05-02) 1 commit - - specifying ranges: we did not mean to make ".." an empty set +* aw/maint-rebase-i-p-no-ff (2011-04-28) 1 commit + (merged to 'next' on 2011-05-02 at 9a159a5) + + git-rebase--interactive.sh: preserve-merges fails on merges created with no-ff -Updated documentation. +* cj/p4merge (2011-05-01) 1 commit + (merged to 'next' on 2011-05-02 at 7197ef3) + + Pass empty file to p4merge where no base is suitable. -* mg/diff-stat-count (2011-05-03) 2 commits - - diff-options.txt: describe --stat-{width,name-width,count} - - diff: introduce --stat-count to limit the stat lines +* gr/cvsimport-alternative-cvspass-location (2011-05-01) 1 commit + (merged to 'next' on 2011-05-02 at 5a89e3e) + + Look for password in both CVS and CVSNT password files. -There was a miscounting spotted. Need another round. +* im/hashcmp-optim (2011-04-28) 1 commit + (merged to 'next' on 2011-05-02 at f131195) + + hashcmp(): inline memcmp() by hand to optimize -* mk/grep-pcre (2011-05-03) 3 commits - - git-grep: Learn PCRE - - Documentation: Add --line-number to git-grep synopsis - - [Missing sign-off and justification] grep: Put calls to fixmatch() and regmatch() into patmatch() +* jc/fix-diff-files-unmerged (2011-04-22) 4 commits + (merged to 'next' on 2011-04-28 at f1f837c) + + diff-files: show unmerged entries correctly + + diff: remove often unused parameters from diff_unmerge() + + diff.c: return filepair from diff_unmerge() + + test: use $_z40 from test-lib + (this branch is used by jc/add-delete-default and jc/fix-add-u-unmerged.) -There was a re-roll but I haven't picked it up yet. +* jk/format-patch-quote-special-in-from (2011-04-08) 1 commit + (merged to 'next' on 2011-04-28 at 587f2d4) + + pretty: quote rfc822 specials in email addresses -* vh/config-interactive-singlekey-doc (2011-05-02) 1 commit - - config.txt: 'interactive.singlekey; is used by... +* jk/merge-one-file-working-tree (2011-04-29) 2 commits + (merged to 'next' on 2011-05-02 at 308fe21) + + merge-one-file: fix broken merges with alternate work trees + + add tests for merge-index / merge-one-file -Will merge to 'next' but I recall we discussed the need for more cross -references and description of the configuration variable in Patch mode -documentation. +* jn/run-command-error-failure (2011-04-20) 2 commits + (merged to 'next' on 2011-04-26 at a1f171e) + + run-command: handle short writes and EINTR in die_child + + tests: check error message from run_command -* jc/maint-branch-mergeoptions (2011-05-04) 1 commit - - merge: fix branch..mergeoptions +* js/blame-parsename (2011-05-05) 2 commits + (merged to 'next' on 2011-05-05 at 1d5e505) + + t/annotate-tests: Use echo & cat instead of sed + (merged to 'next' on 2011-04-29 at 5fde945) + + blame: tolerate bogus e-mail addresses a bit better -Fix branch..mergeoptions that does not override merge.