From: Junio C Hamano Date: Thu, 21 Jan 2010 00:46:14 +0000 (-0800) Subject: What's cooking (2010/01 #06) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb45256da82c7337b0449ece440531a4a2c3568f;p=thirdparty%2Fgit.git What's cooking (2010/01 #06) --- diff --git a/whats-cooking.txt b/whats-cooking.txt index 8dee12b891..a0ad5855a2 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, #05; Sat, 16) -X-master-at: 561197238ef95b126b5ff16780250d492ad24233 -X-next-at: f77bc8fa3d46eb76daac398c969137b207334af2 +Subject: What's cooking in git.git (Jan 2010, #06; Wed, 20) +X-master-at: 19c61a58cf4e989cee2f11ad856c6c18c039486f +X-next-at: 6d766edc288b54c65222512a1eadee516d9fd616 -What's cooking in git.git (Jan 2010, #05; Sat, 16) +What's cooking in git.git (Jan 2010, #06; Wed, 20) -------------------------------------------------- Here are the topics that have been cooking. Commits prefixed with '-' are @@ -12,106 +12,7 @@ marked with '.' do not appear in any of the integration branches, but I am still holding onto them. -------------------------------------------------- -[New Topics] - -* dp/maint-1.6.5-fast-import-non-commit-tag (2010-01-14) 1 commit - (merged to 'next' on 2010-01-16 at f95ea8e) - + fast-import: tag may point to any object type - -* il/push-set-upstream (2010-01-16) 1 commit - (merged to 'next' on 2010-01-16 at e3a7a60) - + Add push --set-upstream - -* js/windows (2010-01-15) 7 commits - - Do not use date.c:tm_to_time_t() from compat/mingw.c - - MSVC: Windows-native implementation for subset of Pthreads API - - MSVC: Fix an "incompatible pointer types" compiler warning - - Windows: avoid the "dup dance" when spawning a child process - - Windows: simplify the pipe(2) implementation - - Windows: boost startup by avoiding a static dependency on shell32.dll - - Windows: disable Python - -* nd/status-partial-refresh (2010-01-14) 1 commit - (merged to 'next' on 2010-01-16 at f77bc8f) - + status: only touch path we may need to check - -* rr/core-tutorial (2010-01-16) 1 commit - (merged to 'next' on 2010-01-16 at d9dd8bd) - + Documentation: Update git core tutorial clarifying reference to scripts - -* jc/conflict-mark-len-attr (2010-01-16) 3 commits - . WIP : honor conflict-marker-lenght in rerere (does not work yet) - . rerere: use ll_merge() instead of using xdl_merge() - . conflict-marker-length: new attribute - (this branch uses jc/cache-unmerge.) - -I am attempting to introduce a new per-path attribute to specify -non-default conflict marker length to help rerere grok conflicts in -Documentation/git-merge.txt, but the series is not yet in a presentable -state yet. - --------------------------------------------------- -[Stalled] - -* ap/merge-backend-opts (2008-07-18) 6 commits - - 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. - - Teach git-pull to pass -X