From: Junio C Hamano Date: Tue, 26 Jan 2010 01:08:12 +0000 (-0800) Subject: What's cooking (2010/01 #08) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25fdd77904c8f33cc091ac05d9045fb91362f436;p=thirdparty%2Fgit.git What's cooking (2010/01 #08) --- diff --git a/whats-cooking.txt b/whats-cooking.txt index 33c2367cc7..d94a255139 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 (Jan 2010, #07; Fri, 22) -X-master-at: aba7dea83bfba411dee0271491d6199d2dca61d9 -X-next-at: 7703121a442f8cf559a50f3a47b313dd77b8e185 +Subject: What's cooking in git.git (Jan 2010, #08; Sun, 24) +X-master-at: b2c2e4c22c6a4fe151f02380d247cf3d9a9d5d1e +X-next-at: ab82714c66789f07812b3c1c723004a10b67a882 -What's cooking in git.git (Jan 2010, #07; Fri, 22) +What's cooking in git.git (Jan 2010, #08; Sun, 24) -------------------------------------------------- Here are the topics that have been cooking. Commits prefixed with '-' are @@ -14,108 +14,6 @@ still holding onto them. -------------------------------------------------- [Graduated to "master"] -* jc/conflict-marker-size (2010-01-16) 8 commits - (merged to 'next' on 2010-01-18 at f1f6023) - + rerere: honor conflict-marker-size attribute - + rerere: prepare for customizable conflict marker length - + conflict-marker-size: new attribute - + rerere: use ll_merge() instead of using xdl_merge() - + merge-tree: use ll_merge() not xdl_merge() - + xdl_merge(): allow passing down marker_size in xmparam_t - + xdl_merge(): introduce xmparam_t for merge specific parameters - + git_attr(): fix function signature - -* ag/maint-apply-too-large-p (2010-01-17) 1 commit - (merged to 'next' on 2010-01-18 at 8bd106a) - + builtin-apply.c: Skip filenames without enough components - -* ag/patch-header-verify (2010-01-18) 1 commit - (merged to 'next' on 2010-01-18 at 2cd0ddc) - + builtin-apply.c: fix the --- and +++ header filename consistency check - -* bw/cvsimport (2010-01-19) 3 commits - (merged to 'next' on 2010-01-19 at 63f4c8d) - + cvsimport: standarize system() calls to external git tools - + cvsimport: standarize open() calls to external git tools - + cvsimport: modernize callouts to git subcommands - -* jc/checkout-merge-base (2010-01-19) 1 commit - (merged to 'next' on 2010-01-19 at 3665110) - + Fix "checkout A..." synonym for "checkout A...HEAD" on Windows - -* jc/maint-refresh-index-is-optional-for-status (2010-01-19) 1 commit - + status: don't require the repository to be writable - -* nd/status-partial-refresh (2010-01-17) 2 commits - (merged to 'next' on 2010-01-19 at 64f0c0b) - + rm: only refresh entries that we may touch - (merged to 'next' on 2010-01-16 at f77bc8f) - + status: only touch path we may need to check - -* ap/merge-backend-opts (2008-07-18) 7 commits - (merged to 'next' on 2010-01-18 at cb1f6b7) - + Document that merge strategies can now take their own options - + Extend merge-subtree tests to test -Xsubtree=dir. - + Make "subtree" part more orthogonal to the rest of merge-recursive. - + pull: Fix parsing of -X