From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: [PATCH 0/2] Teach org-version to include git version information Date: Tue, 18 Aug 2009 13:22:41 -0400 Message-ID: <1250616163-11733-1-git-send-email-bernt@norang.ca> Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MdSPB-0001Bl-0w for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 13:23:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MdSP7-00019V-JJ for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 13:23:28 -0400 Received: from [199.232.76.173] (port=59058 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdSP7-00019J-A8 for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 13:23:25 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:49613) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MdSP7-0000FO-0O for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 13:23:25 -0400 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1MdSP6-000KSs-03 for emacs-orgmode@gnu.org; Tue, 18 Aug 2009 17:23:24 +0000 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: emacs-orgmode@gnu.org Cc: Bernt Hansen This series teaches org-version to include the git version number information from git describe when running org-mode from a git repository. The version is reported as dirty if tracked files are modified. This series is available at git://git.norang.ca/org-mode for-carsten Bernt Hansen (2): Add git version number to org-version information Add .dirty to git org-version info if files are modified lisp/org.el | 25 +++++++++++++++++++++---- 1 files changed, 21 insertions(+), 4 deletions(-)