From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH js/run-command-updates] api-run-command.txt: describe error behavior of run_command functions Date: Sat, 08 Aug 2009 13:53:35 -0700 Message-ID: <7vab2ac9io.fsf@alter.siamese.dyndns.org> References: <200908082244.20476.j6t@kdbg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org To: Johannes Sixt X-From: git-owner@vger.kernel.org Sat Aug 08 22:54:06 2009 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1MZsvV-000182-SA for gcvg-git-2@gmane.org; Sat, 08 Aug 2009 22:54:06 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751630AbZHHUx4 (ORCPT ); Sat, 8 Aug 2009 16:53:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751436AbZHHUx4 (ORCPT ); Sat, 8 Aug 2009 16:53:56 -0400 Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:58570 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751326AbZHHUxz (ORCPT ); Sat, 8 Aug 2009 16:53:55 -0400 Received: from localhost.localdomain (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 34281220DD; Sat, 8 Aug 2009 16:53:56 -0400 (EDT) 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-sd.pobox.com (Postfix) with ESMTPSA id 113FF220DC; Sat, 8 Aug 2009 16:53:49 -0400 (EDT) In-Reply-To: <200908082244.20476.j6t@kdbg.org> (Johannes Sixt's message of "Sat\, 8 Aug 2009 22\:44\:20 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-Pobox-Relay-ID: 96A37480-845D-11DE-A408-AEF1826986A2-77302942!a-pb-sasl-sd.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Johannes Sixt writes: > Signed-off-by: Johannes Sixt > --- > Documentation/technical/api-run-command.txt | 31 ++++++++++++++++++++++++-- > 1 files changed, 28 insertions(+), 3 deletions(-) Thanks.