From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: What's cooking in git.git (Jan 2010, #03; Sun, 10) Date: Sun, 10 Jan 2010 11:55:10 -0800 Message-ID: <7vocl1pwf5.fsf@alter.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sun Jan 10 20:55:34 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 1NU3sr-0001Wj-Ct for gcvg-git-2@lo.gmane.org; Sun, 10 Jan 2010 20:55:34 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751252Ab0AJTzU convert rfc822-to-quoted-printable (ORCPT ); Sun, 10 Jan 2010 14:55:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751249Ab0AJTzT (ORCPT ); Sun, 10 Jan 2010 14:55:19 -0500 Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:40729 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751013Ab0AJTzS convert rfc822-to-8bit (ORCPT ); Sun, 10 Jan 2010 14:55:18 -0500 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 412B38F7A4; Sun, 10 Jan 2010 14:55:15 -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 :content-transfer-encoding; s=sasl; bh=EK7M8B6QIzRsS81Js6yp3WrjL +k=; b=iFOq2XHt3vQXmDBfbhGvQmsL1vtxhgCfxG518L3hQRatcUCBXqu/A+kjB 8xYPwEM5ODhEKjAG5xxxFUGLnJfLH+vqLSxqQfxvR8HG5uz25W1PAhogzAhJVkeq 1ZJIVjjhdbme9A17VGxoEi4n5qbyRichirwyE5tcRr+emHQCrg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=to:subject:from :date:message-id:mime-version:content-type :content-transfer-encoding; q=dns; s=sasl; b=rv2RWjJQWWUhnhREvIT dQhwZh/7pwpBDtjMUMrmaUmVgoyZ3gdHQelXJvN70TrLdVwTwtaBrHikkyfNvfR+ aYnH493sFEiLk9ZgNoefBJdqeRusqfzccy0K5Q4hbKGGlesuU30M0U529781MHDM vupUZSw//w2NJaPXlTePl+yw= Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 2E44F8F7A2; Sun, 10 Jan 2010 14:55:14 -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 0E8A38F7A0; Sun, 10 Jan 2010 14:55:11 -0500 (EST) X-master-at: 637afcf4e07616d1dd15d33f56c6b72f90f39821 X-next-at: e295b7f76150bd2ee9a82c569ccbbde6b8fba391 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-Pobox-Relay-ID: 1160EC32-FE22-11DE-B1FC-9D59EE7EF46B-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: What's cooking in git.git (Jan 2010, #03; Sun, 10) -------------------------------------------------- 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. -------------------------------------------------- [Graduated to "master"] * tr/http-updates (2009-12-28) 4 commits (merged to 'next' on 2010-01-02 at cf25698) + Remove http.authAny + Allow curl to rewind the RPC read buffer + Add an option for using any HTTP authentication scheme, not only bas= ic + http: maintain curl sessions * jk/maint-1.6.5-reset-hard (2009-12-30) 1 commit (merged to 'next' on 2010-01-02 at 190d63b) + reset: unbreak hard resets with GIT_WORK_TREE * jk/push-to-delete (2009-12-30) 1 commit (merged to 'next' on 2010-01-03 at 9ee293b) + builtin-push: add --delete as syntactic sugar for :foo * mm/config-path (2009-12-30) 1 commit (merged to 'next' on 2010-01-03 at 9c0e81a) + builtin-config: add --path option doing ~ and ~user expansion. * pm/cvs-environ (2009-12-30) 1 commit (merged to 'next' on 2010-01-03 at 4c22932) + CVS Server: Support reading base and roots from environment * tr/maint-1.6.5-bash-prompt-show-submodule-changes (2009-12-31) 1 comm= it (merged to 'next' on 2010-01-03 at b785974) + bash completion: factor submodules into dirty state * bg/maint-remote-update-default (2009-12-31) 1 commit (merged to 'next' on 2010-01-03 at 113009e) + Fix "git remote update" with remotes.defalt set * mm/diag-path-in-treeish (2009-12-07) 1 commit (merged to 'next' on 2010-01-06 at 6b4201e) + Detailed diagnosis when parsing an object name fails. * fc/opt-quiet-gc-reset (2009-12-02) 1 commit (merged to 'next' on 2010-01-06 at 03e00cd) + General --quiet improvements -------------------------------------------------- [New Topics] * bk/fix-relative-gitdir-file (2010-01-08) 2 commits - Handle relative paths in submodule .git files - Test update-index for a gitlink to a .git file * jc/ident (2010-01-08) 3 commits - ident.c: treat $EMAIL as giving user.email identity explicitly (merged to 'next' on 2010-01-10 at f1f9ded) + ident.c: check explicit identity for name and email separately + ident.c: remove unused variables * jc/ls-files-ignored-pathspec (2010-01-08) 4 commits - ls-files: fix overeager pathspec optimization - read_directory(): further split treat_path() - read_directory_recursive(): refactor handling of a single path into = a separate function - t3001: test ls-files -o ignored/dir * js/exec-error-report (2010-01-10) 4 commits - Improve error message when a transport helper was not found - start_command: detect execvp failures early - run-command: move wait_or_whine earlier - start_command: report child process setup errors to the parent's std= err (this branch uses il/vcs-helper.) -------------------------------------------------- [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=3Ddir. - Make "subtree" part more orthogonal to the rest of merge-recursive. - Teach git-pull to pass -X