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 01:01:42 -0800 Message-ID: <7vmwuu5bm1.fsf@alter.siamese.dyndns.org> References: <1361660761-1932-1-git-send-email-philipoakley@iee.org> <1361660761-1932-6-git-send-email-philipoakley@iee.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: GitList To: Philip Oakley X-From: git-owner@vger.kernel.org Sun Feb 24 10:02:14 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 1U9XTF-0005Gn-Bz for gcvg-git-2@plane.gmane.org; Sun, 24 Feb 2013 10:02:09 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755115Ab3BXJBp (ORCPT ); Sun, 24 Feb 2013 04:01:45 -0500 Received: from b-pb-sasl-quonix.pobox.com ([208.72.237.35]:59020 "EHLO smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751890Ab3BXJBo (ORCPT ); Sun, 24 Feb 2013 04:01:44 -0500 Received: from smtp.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 0CDC99A53; Sun, 24 Feb 2013 04:01:44 -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=maoa8s2uVBSp+1hoRB92HFDXdwg=; b=uPbMBL jgewvJy09Y7i3cwwJgT9cYfoqglp2lI5ychKsd6mKuGAz288UJ/IsCQEc6+F3p1x xoXQG7YrGG4zSp7syBBxDN7GbdCURNGRLu+n8o79PRrfcX6uR0aR4HImHs6AdkAG Hb+3Ip5QW2/704LbURMFaOFh/FoUr4QYgdCCU= 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=mCzmHMTis4hLdVeec/Q+x1nbwEt5S/Uc EimubJaVbkerPqqGtXUduz+BmZ0K/Vxa+kAFEo+OF20+5j3rOiHbyQIsQmA+jOJS DciAVYKyg1yWKrFhL5rof8e3Ve5KN6zF3VYPBFtHr26FtVGonZLrvEqiQZfGSv7Q 31S3Gwz/cMo= Received: from b-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by b-sasl-quonix.pobox.com (Postfix) with ESMTP id 023869A52; Sun, 24 Feb 2013 04:01:44 -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 8EFF89A51; Sun, 24 Feb 2013 04:01:43 -0500 (EST) In-Reply-To: <1361660761-1932-6-git-send-email-philipoakley@iee.org> (Philip Oakley's message of "Sat, 23 Feb 2013 23:05:53 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: CF63FB18-7E60-11E2-B4DF-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: > 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?