From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: What's cooking in git.git (Jan 2010, #05; Sat, 16) Date: Sat, 16 Jan 2010 18:46:33 -0800 Message-ID: <7vljfxa1o6.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sun Jan 17 03:47:42 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.50) id 1NWLAz-0000rh-8b for gcvg-git-2@lo.gmane.org; Sun, 17 Jan 2010 03:47:41 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753303Ab0AQCqm (ORCPT ); Sat, 16 Jan 2010 21:46:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753293Ab0AQCql (ORCPT ); Sat, 16 Jan 2010 21:46:41 -0500 Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:54315 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753199Ab0AQCqj (ORCPT ); Sat, 16 Jan 2010 21:46:39 -0500 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 728859130B; Sat, 16 Jan 2010 21:46:38 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=to:subject :from:date:message-id:mime-version:content-type; s=sasl; bh=EWVj 5LVgKT+JH1gcMfibg9Z3Qo8=; b=wWUzW1PnkeZbotIwvaGILPDBmdii3+UogsAh LOoFZdDR/zY0OcmibS2vze+zIbBaactsuezzK64WIVVgF+OeqGES4Utvl+Egy/I2 bVmb78zQPtf1+XE2SzRBpHPW0BE1PN0UQzaYpu7OjtX5kogNRn+6yPW2aPgr79rG dvqseVc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=to:subject:from :date:message-id:mime-version:content-type; q=dns; s=sasl; b=O+c 1D7F3v7CUl7evjKZEUjJprizjd1BECVMhnzOM3nm1bzYpzjakQkCTZ6z007zV1v4 XD0Mc2DruCoeTcLguONzcRTdZ1jH84EJBvC/fNLIwJg2Qk3FduPa5lc+TbtqKAZR ZHnpzR6yqfJrIAg0SR/qyWbUJ6QUM1ys5Xa8Ah8M= Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 5EF969130A; Sat, 16 Jan 2010 21:46:37 -0500 (EST) Received: from pobox.com (unknown [68.225.240.211]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 5220C91309; Sat, 16 Jan 2010 21:46:35 -0500 (EST) X-master-at: 561197238ef95b126b5ff16780250d492ad24233 X-next-at: f77bc8fa3d46eb76daac398c969137b207334af2 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-Pobox-Relay-ID: 88305D94-0312-11DF-8D91-6AF7ED7EF46B-77302942!a-pb-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Here are the topics that have been cooking. Commits prefixed with '-' are only in 'pu' while commits prefixed with '+' are in 'next'. The ones marked with '.' do not appear in any of the integration branches, but I am still holding onto them. I am expecting that the next week we will see quite a busy 'master', as I would really like to close the merge window for 1.7.0 and tag -rc0 by the end of it. -------------------------------------------------- [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