From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Newman Subject: Re: org-version from git 6.30 trans Date: Wed, 14 Oct 2009 07:14:18 -0400 Message-ID: <3BBF3E55-3C07-4163-966A-ABE38199C52E@20seven.org> References: <740F3E09-9893-4151-9E09-9B49A8C06EB4@20seven.org> <87k4yy1bbq.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v1075.2) Content-Type: text/plain; charset=windows-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1My1oG-0002PD-5E for emacs-orgmode@gnu.org; Wed, 14 Oct 2009 07:14:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1My1oC-0002F2-1i for emacs-orgmode@gnu.org; Wed, 14 Oct 2009 07:14:23 -0400 Received: from [199.232.76.173] (port=47293 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1My1oB-0002Eh-PT for emacs-orgmode@gnu.org; Wed, 14 Oct 2009 07:14:19 -0400 Received: from [208.43.99.186] (port=37492 helo=host.carboneight.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1My1oB-0002WA-JH for emacs-orgmode@gnu.org; Wed, 14 Oct 2009 07:14:19 -0400 In-Reply-To: <87k4yy1bbq.fsf@gollum.intra.norang.ca> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bernt Hansen Cc: emacs-orgmode@gnu.org Thanks Bernt. I learn't somethin' new today. I used gitx to check the submodule which I did not know I could do =20 from within a git repo. Very nice. Ok, I'll update it to use the 6.31 tag. Thanks again. =97 Greg On Oct 14, 2009, at 7:09 AM, Bernt Hansen wrote: > Greg Newman writes: > >> I have my configs setup so that org-mode is a git submodule from >> git://repo.or.cz/org-mode.git I updated my submodule but org-version >> is still saying 6.30 trans. Is 6.31 on a branch or tag? > > Hi Greg, > > I don't use submodules in git yet but as I understand it the =20 > supermodule > points at a specific commit and won't move until you update it. =20 > 6.31 is > a tag which is part of the history of the master branch. You can see > this in gitk. > > HTH, > Bernt