From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Schindelin Subject: Re: [PATCH] WinGit: include html pages from official git.git's html branch Date: Sun, 30 Sep 2007 00:23:59 +0100 (BST) Message-ID: References: <11910819531200-git-send-email-prohaska@zib.de> <11910819542185-git-send-email-prohaska@zib.de> <7vr6khjf22.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Steffen Prohaska , git@vger.kernel.org To: Junio C Hamano X-From: git-owner@vger.kernel.org Sun Sep 30 01:25:21 2007 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 1IblgV-0007BR-Rx for gcvg-git-2@gmane.org; Sun, 30 Sep 2007 01:25:20 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753701AbXI2XZL (ORCPT ); Sat, 29 Sep 2007 19:25:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755370AbXI2XZL (ORCPT ); Sat, 29 Sep 2007 19:25:11 -0400 Received: from mail.gmx.net ([213.165.64.20]:60589 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753701AbXI2XZJ (ORCPT ); Sat, 29 Sep 2007 19:25:09 -0400 Received: (qmail invoked by alias); 29 Sep 2007 23:25:08 -0000 Received: from wbgn013.biozentrum.uni-wuerzburg.de (EHLO openvpn-client) [132.187.25.13] by mail.gmx.net (mp032) with SMTP; 30 Sep 2007 01:25:08 +0200 X-Authenticated: #1490710 X-Provags-ID: V01U2FsdGVkX19fZhpmw2Nf0gzeo3raCURYT7RJsxXBXut7LWLZI6 W0S58JiVtj5djY X-X-Sender: gene099@racer.site In-Reply-To: <7vr6khjf22.fsf@gitster.siamese.dyndns.org> X-Y-GMX-Trusted: 0 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Hi, On Sat, 29 Sep 2007, Junio C Hamano wrote: > Johannes Schindelin writes: > > > On Sat, 29 Sep 2007, Steffen Prohaska wrote: > > > >> It is assumed that a matching version of the html documentation is > >> available as the HEAD of /doc/git/html/.git. If not an error will be > >> reported. > >> > >> This patch doesn't include a mechanism to fetch the html pages to > >> /doc/git/html/.git. You should manually clone them. Maybe this could > >> handled as a submodule of msysgit? > > > > I'd rather handle it as in git.git, as another branch, and not check > > it out in /git/html/, but rather use "git read-tree > > --prefix=/tmp/WinGit/share/git/html origin/html", or some such. > > This is starting to smell like an opportunity to use the gitlink stuff, > isn't it? I'd agree that we could have a submodule in /doc/git/html/. This way, even users of msysGit and GitMe would benefit. Ciao, Dscho