From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH 05/13] Help.c: add list_common_guides_help() function Date: Sun, 24 Feb 2013 21:24:42 -0800 Message-ID: <7vk3px3qzp.fsf@alter.siamese.dyndns.org> References: <1361660761-1932-1-git-send-email-philipoakley@iee.org> <1361660761-1932-6-git-send-email-philipoakley@iee.org> <7vmwuu5bm1.fsf@alter.siamese.dyndns.org> <4AEE9909C70D4810A228A367FB888AF4@PhilipOakley> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "GitList" To: "Philip Oakley" X-From: git-owner@vger.kernel.org Mon Feb 25 06:25:26 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 1U9qZ3-0000LD-Ky for gcvg-git-2@plane.gmane.org; Mon, 25 Feb 2013 06:25:25 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750824Ab3BYFYr (ORCPT ); Mon, 25 Feb 2013 00:24:47 -0500 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:41934 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750763Ab3BYFYq (ORCPT ); Mon, 25 Feb 2013 00:24:46 -0500 Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 861E68500; Mon, 25 Feb 2013 00:24:45 -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=lltffNOBQcGBu82e+6TaZKCemhY=; b=FMxSTU MsUegze1m7sxA/fiuL9H5+7o1VZDS15WyH8Jtuozjoz1/Cko66qPOJdxtybPWlxw bEowRUbf5OqR6xesO/6JBOgQ6R8yXclbjl+GydH25AwAuiAF+lZyeDbJ93Eh+NN6 hcW78TlV+A0AOLM5RReLdNPuhRdWb8d9zqYq4= 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=M1y9Wm75FoJX/LuECDsX3CT+J1LwzYgW c0sgbCT0+J3a6WZMNidtudGc6/gEFqw0jTuyxfTEhBBPP3aqgAFSOvvBNJEBxCGm flNQ23Wo+Z22dOCNhZVZEAuiVViOYidj5tygwz0/tpd0VTf1/CPF2cR49Sc4+4OW T8qJwUAI5U8= Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 76B3484FF; Mon, 25 Feb 2013 00:24:45 -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 C749884FE; Mon, 25 Feb 2013 00:24:44 -0500 (EST) In-Reply-To: <4AEE9909C70D4810A228A367FB888AF4@PhilipOakley> (Philip Oakley's message of "Sun, 24 Feb 2013 21:51:34 -0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: AA0330AE-7F0B-11E2-B8E7-27D12E706CDE-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: "Philip Oakley" writes: > From: "Junio C Hamano" > Sent: Sunday, February 24, 2013 9:01 AM >> Philip Oakley writes: >> >>> diff --git a/common-guides.h b/common-guides.h >>> new file mode 100644 >>> index 0000000..a8ad8d1 >>> --- /dev/null >>> +++ b/common-guides.h >>> @@ -0,0 +1,12 @@ >>> +/* Automatically generated by ./generate-guidelist.sh */ >>> +/* re-use struct cmdname_help in common-commands.h */ >> >> Huh? > The first comment line fortells of patch 6 which can generate this .h > file. The Huh? was about that one, not about reuse. I do not want to see a build artifact kept in the history without a good reason.