From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [PATCH 0/2] Teach org-version to include git version information Date: Wed, 19 Aug 2009 10:02:23 -0400 Message-ID: <10259.1250690543@gamaville.dokosmarshall.org> 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> <87tz04yrk0.fsf@gollum.intra.norang.ca> <87prasypiv.fsf@gollum.intra.norang.ca> <87iqgkyoic.fsf@gollum.intra.norang.ca> <87eir8ylni.fsf@gollum.intra.norang.ca> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mdllh-0003f0-Iq for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 10:04:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mdllc-0003eO-AU for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 10:04:00 -0400 Received: from [199.232.76.173] (port=52398 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mdllc-0003eJ-5T for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 10:03:56 -0400 Received: from vms173011pub.verizon.net ([206.46.173.11]:56924) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mdllb-0005n8-GU for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 10:03:55 -0400 Received: from gamaville.dokosmarshall.org ([98.110.172.159]) by vms173011.mailsrvcs.net (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPA id <0KOM00DRAMZKFR5B@vms173011.mailsrvcs.net> for emacs-orgmode@gnu.org; Wed, 19 Aug 2009 09:02:14 -0500 (CDT) In-reply-to: Message from Bernt Hansen of "Wed, 19 Aug 2009 09:32:17 EDT." <87eir8ylni.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 Bernt Hansen wrote: ... > (shell-command (concat "GITDIR=" dir " && git describe --abbrev=4 HEAD")) ... Disclaimer: I touch Windows once a day to check a mail account and possibly surf the web - other than that, I'm pretty much at sea in it (and I've never used emacs on Windows, let alone install git on it.) Please excuse the elementary questions. How does shell-command work under Windows? What shell is it using? Is cygwin a prerequisite for it? Is cygwin a prerequisite for git? Thanks, Nick