From mboxrd@z Thu Jan 1 00:00:00 1970 From: Drew Northup Subject: Re: Anybody know a website with up-to-date git documentation? Date: Sun, 17 Feb 2013 08:21:25 -0500 Message-ID: References: <20130130115439.GH1342@serenity.lan> <71A3AA8C-DBA2-44F7-9B69-AEDB81BB0906@quendi.de> <6BE76AE4-254E-43DD-A3FF-88B5486029A5@quendi.de> <7vlibalhcv.fsf@alter.siamese.dyndns.org> <20130130230709.GA7787@sita-lt.atc.tcs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Junio C Hamano , Max Horn , John Keeping , git@vger.kernel.org, Scott Chacon To: Sitaram Chamarty X-From: git-owner@vger.kernel.org Sun Feb 17 14:21:52 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 1U74Bi-0003JW-Tz for gcvg-git-2@plane.gmane.org; Sun, 17 Feb 2013 14:21:51 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756157Ab3BQNV1 (ORCPT ); Sun, 17 Feb 2013 08:21:27 -0500 Received: from mail-ie0-f173.google.com ([209.85.223.173]:34726 "EHLO mail-ie0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755870Ab3BQNV0 (ORCPT ); Sun, 17 Feb 2013 08:21:26 -0500 Received: by mail-ie0-f173.google.com with SMTP id 9so6342863iec.32 for ; Sun, 17 Feb 2013 05:21:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=InSrWtE3+mPtQJy9dLNMWnpONCKSLRIs7oAxeVTfS88=; b=CMFI+v+xk80SqncKvQ90vCwnARdjLmT9f9lRe0YS4RGDHXoJqOU5qnkxGnqwpy8pSh VBoWF1rcp9J2UeHUxat2QexGiue0r0+hm05DmODPT9AakStAjrbHGn8milS77fr7JOl0 NBqeLQ+vaT/H5dTm2We4r5bL6rCGr8QDtgrNx7A6qvGJSQ2PCAGln+GcmCYlytzV/tWw vbUrRyXd/N4g79a5TwnCU/NBXMTy5zZ4ud8t6fm56kgmkZj+DSUgv9iyEAgwevjnMjAu r5iGfBpWsA+XOrQ08EgPXVp7YLq/4kgHUyeivAc/G3bM2YglO3wvdvbOAb9/XUk5iZGL 83qg== X-Received: by 10.50.190.138 with SMTP id gq10mr5234724igc.38.1361107285820; Sun, 17 Feb 2013 05:21:25 -0800 (PST) Received: by 10.42.173.70 with HTTP; Sun, 17 Feb 2013 05:21:25 -0800 (PST) In-Reply-To: <20130130230709.GA7787@sita-lt.atc.tcs.com> 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 6:07 PM, Sitaram Chamarty wrote: > On Wed, Jan 30, 2013 at 09:18:24AM -0800, Junio C Hamano wrote: >> Max Horn writes: >> > On 30.01.2013, at 16:59, Sitaram Chamarty wrote: >> > >> >> I'm curious... what's wrong with 'git checkout html' from the git repo >> >> and just browsing them using a web browser? >> Armed with that knowledge, I think Sitaram may have something like >> this: >> >> [remote "htmldocs"] > Hmm; I don't recall ever doing that. But I just realised that > my "html" branch is stuck at 1.7.7: > > $ git branch -v -v | grep html > html 8fb66e5 [origin/html] Autogenerated HTML docs for v1.7.7-138-g7f41b6 > > Is it possible that upto that point, the main git.git repo did > carry this branch also? Yes. n1xim@atom:~/tmp/git_dev/git$ git branch -a dn/utf16_check * master remotes/origin/HEAD -> origin/master remotes/origin/html remotes/origin/maint remotes/origin/man remotes/origin/master remotes/origin/next remotes/origin/pu remotes/origin/todo n1xim@atom:~/tmp/git_dev/git$ git remote show origin * remote origin Fetch URL: git://git.kernel.org/pub/scm/git/git.git Push URL: git://git.kernel.org/pub/scm/git/git.git HEAD branch: master Remote branches: maint tracked master tracked next tracked pu tracked refs/remotes/origin/html stale (use 'git remote prune' to remove) refs/remotes/origin/man stale (use 'git remote prune' to remove) todo tracked Local branch configured for 'git pull': master merges with remote master Local ref configured for 'git push': master pushes to master (local out of date) n1xim@atom:~/tmp/git_dev/git$ git log refs/remotes/origin/html commit 5723afaf3a61cef537e1f4dfa88f8faf31060ef0 Author: Junio C Hamano Date: Wed Aug 31 00:49:23 2011 +0000 Autogenerated HTML docs for v1.7.7-rc0-72-g4b5ea n1xim@atom:~/tmp/git_dev/git$ git log refs/remotes/origin/man commit e193e4189407968b3c46992e3eac60d38424286e Author: Junio C Hamano Date: Wed Aug 31 00:49:25 2011 +0000 Autogenerated manpages for v1.7.7-rc0-72-g4b5ea ....I haven't bothered to plunge and expunge my local repo yet as I never actually made use of those branches. -- -Drew Northup -------------------------------------------------------------- "As opposed to vegetable or mineral error?" -John Pescatore, SANS NewsBites Vol. 12 Num. 59