From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: [PATCH 0/2] Teach org-version to include git version information Date: Tue, 18 Aug 2009 15:44:43 -0400 Message-ID: <87d46sdhzo.fsf@gollum.intra.norang.ca> References: <1250616163-11733-1-git-send-email-bernt@norang.ca> <668A7B70-E1E0-485E-9537-64C5A039DEF4@gmail.com> <87bpmdaqff.fsf@gollum.intra.norang.ca> <4D2E35AC-DBAB-499C-946A-2BB86D6C2AA3@gmail.com> <9BD0FB52-940C-43EC-8B17-51A5AD454995@nf.mpg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MdUc4-0002eI-4L for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 15:44:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MdUby-0002Zz-Ui for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 15:44:54 -0400 Received: from [199.232.76.173] (port=38123 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdUby-0002Zw-S3 for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 15:44:50 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:51764) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MdUby-00083s-Fa for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 15:44:50 -0400 In-Reply-To: <9BD0FB52-940C-43EC-8B17-51A5AD454995@nf.mpg.de> (Stefan Vollmar's message of "Tue\, 18 Aug 2009 21\:30\:37 +0200") 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: Stefan Vollmar Cc: emacs-orgmode Stefan Vollmar writes: > Dear Carsten, > dear Bernt, > > On 18.08.2009, at 21:15, Carsten Dominik wrote: > >> On Aug 18, 2009, at 8:10 PM, Bernt Hansen wrote: >> >>> I don't know if that will work on Windows (with git). I've only >>> tested >>> it on Linux here. You may want to test drive it before including it. >> >> I have already included it, please test >> >> M-x org-version >> >> on your system and let me know if it causes problems anywhere. > > I just did a "make update" on MacOS X 10.5.8 and M-x org-version in > Aquamacs 2.0pr2 now yields: "release_6.29c.44.ga32e.dirty" (my > Makefile contains a path modification), according to Bernt's comment > of commit a5e87a47230030ab4c4bc4521f5af47a7521243a, "44" refers to 44 > commits after "release_6.29c" (neat!). What is the meaning of "ga32e"? ga32e - the g stands for 'git' and a32e is the first 4 digits of the SHA1 for that commit. git show a32e will show that commit. The last part of that comment talks about the ga32e part. ,---- | Org-mode version 6.29trans (release_6.29c.42.g5996) | | which shows 6.29trans (somewhere after the last release tag) which | is 42 commits after release_6.29c at git commit 5996. `---- -Bernt