From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] Documentation: convert "glossary" and "core-tutorial" to man pages Date: Thu, 29 May 2008 11:39:13 -0700 Message-ID: <7vve0xneem.fsf@gitster.siamese.dyndns.org> References: <20080529192146.20bb0f09.chriscool@tuxfamily.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Pieter de Bie , Jakub Narebski , git@vger.kernel.org To: Christian Couder X-From: git-owner@vger.kernel.org Thu May 29 20:40:31 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 1K1n33-0004O2-NM for gcvg-git-2@gmane.org; Thu, 29 May 2008 20:40:26 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753499AbYE2Sjd (ORCPT ); Thu, 29 May 2008 14:39:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753021AbYE2Sjd (ORCPT ); Thu, 29 May 2008 14:39:33 -0400 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:32905 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752753AbYE2Sjc (ORCPT ); Thu, 29 May 2008 14:39:32 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id 8C02E17DA; Thu, 29 May 2008 14:39:30 -0400 (EDT) Received: from pobox.com (ip68-225-240-77.oc.oc.cox.net [68.225.240.77]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id CEE4F17D8; Thu, 29 May 2008 14:39:25 -0400 (EDT) In-Reply-To: <20080529192146.20bb0f09.chriscool@tuxfamily.org> (Christian Couder's message of "Thu, 29 May 2008 19:21:46 +0200") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: 930CD11A-2DAE-11DD-8303-60A28689AC60-77302942!a-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Christian Couder writes: > By the way I noticed that HTML files with the old name: > > - core-tutorial.html > - tutorial.html > - tutorial-2.html > > and their corresponding ".txt" files are still in the > Autogenerated HTML docs for v1.5.6-rc0-46-gd2b3: Thanks for letting me know --- I think you spotted a bug in dodoc.sh script on 'todo' branch. Unfortunately I won't have time to look into it right now...