From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH 2/3] run-command: Be more informative about what failed Date: Thu, 31 Jan 2013 15:57:46 -0800 Message-ID: <7v8v78ewhx.fsf@alter.siamese.dyndns.org> References: <1359597666-10108-1-git-send-email-sboyd@codeaurora.org> <1359597666-10108-3-git-send-email-sboyd@codeaurora.org> <7vfw1hiami.fsf@alter.siamese.dyndns.org> <20130131223559.GC21729@sigill.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org, Jeff King To: Stephen Boyd X-From: git-owner@vger.kernel.org Fri Feb 01 00:58:12 2013 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U141D-0000wU-UW for gcvg-git-2@plane.gmane.org; Fri, 01 Feb 2013 00:58:12 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753568Ab3AaX5u (ORCPT ); Thu, 31 Jan 2013 18:57:50 -0500 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:35961 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752877Ab3AaX5s (ORCPT ); Thu, 31 Jan 2013 18:57:48 -0500 Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 5998DC36C; Thu, 31 Jan 2013 18:57:48 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=BKmDEGmoRrcUdFD5YQCkdFS7S/k=; b=mn8Bud hQAY4j5a+SUmrlESVjjMXUjUS4ux1p7KhgUkA25BKAOlqgFxXXbehr9JuQBx/ZkQ dif7SoDXQ4Qxcbx5mZbFYDd61IbtrbBW0GlbY+VhsxaIDDpn9uzmibW4tFjUXIRw gu016KcQpHn7zl4RDrzMweADhyt4T+Tu5DkwE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=miQ4KLfU8qvyI3Hya774fAVtupo7S5kg ftLGUxqpVsKHJs4rV2YvTb2ogexyVcMhSkrnYC4OKAUodGDQ+GEdog7mppvXVNFm Mmt0K7dFdkK7bYi9ztQecdbBlX62zokPvwK1CXt99NS9zsZV05I+4kS0srUFCBmV TIzTZH5nXgc= Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 45542C36B; Thu, 31 Jan 2013 18:57:48 -0500 (EST) Received: from pobox.com (unknown [98.234.214.94]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by b-sasl-quonix.pobox.com (Postfix) with ESMTPSA id B8FF6C367; Thu, 31 Jan 2013 18:57:47 -0500 (EST) In-Reply-To: <20130131223559.GC21729@sigill.intra.peff.net> (Jeff King's message of "Thu, 31 Jan 2013 17:35:59 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 036BA36E-6C02-11E2-8036-F0CE2E706CDE-77302942!b-pb-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Jeff King writes: > But it is not much code, and sometimes it is surprising what information > can be helpful when debugging, so like you, I am not opposed, just > doubtful. Yes, exactly my feeling. Perhaps I should just amend the 'stdin' and friends away without asking Stephen to reroll. In the other two I did not see any issues. I've queued all three of them including this one but as separate topics. Thanks.