From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Keeping Subject: Re: Anybody know a website with up-to-date git documentation? Date: Wed, 30 Jan 2013 11:54:39 +0000 Message-ID: <20130130115439.GH1342@serenity.lan> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org, Scott Chacon To: Max Horn X-From: git-owner@vger.kernel.org Wed Jan 30 12:55:12 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 1U0WFz-0006Nc-Nr for gcvg-git-2@plane.gmane.org; Wed, 30 Jan 2013 12:55:12 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752017Ab3A3Lyu (ORCPT ); Wed, 30 Jan 2013 06:54:50 -0500 Received: from coyote.aluminati.org ([72.9.247.114]:51424 "EHLO coyote.aluminati.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751339Ab3A3Lys (ORCPT ); Wed, 30 Jan 2013 06:54:48 -0500 Received: from localhost (localhost [127.0.0.1]) by coyote.aluminati.org (Postfix) with ESMTP id 2733219803D; Wed, 30 Jan 2013 11:54:48 +0000 (GMT) X-Virus-Scanned: Debian amavisd-new at caracal.aluminati.org X-Spam-Flag: NO X-Spam-Score: -11 X-Spam-Level: X-Spam-Status: No, score=-11 tagged_above=-9999 required=6.31 tests=[ALL_TRUSTED=-1, ALUMINATI_LOCAL_TESTS=-10] autolearn=ham Received: from coyote.aluminati.org ([127.0.0.1]) by localhost (coyote.aluminati.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zFVm95ltBbNb; Wed, 30 Jan 2013 11:54:47 +0000 (GMT) Received: from pichi.aluminati.org (pichi.aluminati.org [10.0.16.50]) by coyote.aluminati.org (Postfix) with ESMTP id CB43619803E; Wed, 30 Jan 2013 11:54:46 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by pichi.aluminati.org (Postfix) with ESMTP id C0BA7161E560; Wed, 30 Jan 2013 11:54:46 +0000 (GMT) X-Virus-Scanned: Debian amavisd-new at aluminati.org Received: from pichi.aluminati.org ([127.0.0.1]) by localhost (pichi.aluminati.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6zIEb4unNPKU; Wed, 30 Jan 2013 11:54:46 +0000 (GMT) Received: from serenity.lan (tg1.aluminati.org [10.0.16.53]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pichi.aluminati.org (Postfix) with ESMTPSA id 1FDD9161E3A7; Wed, 30 Jan 2013 11:54:41 +0000 (GMT) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Wed, Jan 30, 2013 at 12:46:47PM +0100, Max Horn wrote: > does anybody know a website where one can view that latest git > documentation? Here, "latest" means "latest release" (though being > also able to access it for "next" would of course be a nice bonus, > likewise for older versions). While I do have those docs on my local > machine, I would like to access them online, too (e.g. easier to > pointer people at this, I can access it from other machines, etc.). How about http://git-htmldocs.googlecode.com/git/ ? It's just a directory listing of the git-htmldocs repository that Junio maintains - the latest update was yesterday: Autogenerated HTML docs for v1.8.1.2-422-g08c0e. [I didn't know Google Code let you view the repository like that, but I got there by clicking the "raw" link against one of the files so I assume it's not likely to go away.] John