From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Logging state change with timestamp, but without note Date: Fri, 15 Feb 2008 11:34:06 -0500 Message-ID: <871w7e6uwx.fsf@gollum.intra.norang.ca> References: <47B39DB7.2020706@gmail.com> <87prv0ckos.fsf@bzg.ath.cx> <2C5E1CDF-1E11-4B41-8ED4-9A6894493F0E@science.uva.nl> <47B5BB28.7080004@gmail.com> 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 1JQ3Vt-0005V4-Fn for emacs-orgmode@gnu.org; Fri, 15 Feb 2008 11:34:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JQ3Vr-0005UV-6i for emacs-orgmode@gnu.org; Fri, 15 Feb 2008 11:34:12 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQ3Vq-0005US-Ul for emacs-orgmode@gnu.org; Fri, 15 Feb 2008 11:34:11 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JQ3Vq-0003KE-5j for emacs-orgmode@gnu.org; Fri, 15 Feb 2008 11:34:10 -0500 In-Reply-To: <47B5BB28.7080004@gmail.com> (Wanrong Lin's message of "Fri\, 15 Feb 2008 11\:17\:44 -0500") 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: Wanrong Lin Cc: emacs-orgmode@gnu.org Wanrong Lin writes: > Thanks a lot. I have not got time to learn git yet (I was told it is > hard to get it working under windows), so I will wait for the next > release to try the feature. Try MSysGit http://code.google.com/p/msysgit/ You can download it from here http://code.google.com/p/msysgit/downloads/list It's still beta but it works... I'm using that on windows. So ... install it Start the git bash shell (you should get an icon on your desktop) create a directory for your git repositories $ mkdir git $ cd git Clone the org-mode repository $ git clone git://repo.or.cz/org-mode.git And you should be all set... Bernt