From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [ANNOUNCE] Guilt v0.31 Date: Tue, 09 Sep 2008 08:13:20 -0700 Message-ID: <7vd4jd8i9b.fsf@gitster.siamese.dyndns.org> References: <20080908135244.GB27550@josefsipek.net> <36ca99e90809081133s58e3d32h8b85804f5bb76902@mail.gmail.com> <20080908184322.GE27550@josefsipek.net> <36ca99e90809081150v4ad6e7a0n72b5cca39e02b1bc@mail.gmail.com> <7vmyiifnwa.fsf@gitster.siamese.dyndns.org> <48C64B8B.5000606@fastmail.fm> <48C673CF.2000107@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: unlisted-recipients:; (no To-header on input) Bert Wesarg , Josef 'Jeff' Sipek , Git Mailing List , Linux Kernel Mailing List , guilt@lists.josefsipek.net, Brandon Philips To: Michael J Gruber X-From: git-owner@vger.kernel.org Tue Sep 09 17:19:27 2008 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 1Kd4vd-0001HA-Ja for gcvg-git-2@gmane.org; Tue, 09 Sep 2008 17:14:54 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753782AbYIIPNp (ORCPT ); Tue, 9 Sep 2008 11:13:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753059AbYIIPNo (ORCPT ); Tue, 9 Sep 2008 11:13:44 -0400 Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:47591 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752338AbYIIPNo (ORCPT ); Tue, 9 Sep 2008 11:13:44 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id A014C5A0B2; Tue, 9 Sep 2008 11:13:41 -0400 (EDT) Received: from pobox.com (ip68-225-240-211.oc.oc.cox.net [68.225.240.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id BF3925A0B1; Tue, 9 Sep 2008 11:13:32 -0400 (EDT) Illegal-Object: Syntax error in Cc: address found on vger.kernel.org: Cc: unlisted-recipients:; (no To-header on input)Bert Wesarg ^-missing end of address Illegal-Object: Syntax error in Cc: address found on vger.kernel.org: Cc: unlisted-recipients:; (no To-header on input)Bert Wesarg ^-missing end of address In-Reply-To: <48C673CF.2000107@fastmail.fm> (Michael J. Gruber's message of "Tue, 09 Sep 2008 15:02:07 +0200") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: E3113330-7E81-11DD-A7DC-D0CFFE4BC1C1-77302942!a-sasl-fastnet.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Michael J Gruber writes: > I would go about renaming quick-install-doc to quick-install-man, introducing quick-install-html doing the analogous using the "html" branch and quick-install-doc doing both, which would be more in line with the install-doc target. > > Are there any objections to renaming quick-install-doc to quick-install-man? What does it improve? IOW, can't you do what you want to do (I am assuming that what you want to do is to be able to copy out the pregenerated contents from convenience branches) without such a rename? If you rename the target, I am reasonably sure you would break somebody's build procedure. It is a separate topic if there are large number of such somebody, or just a limited few.