From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: org-mode and git Date: Wed, 22 Oct 2008 14:43:19 +0200 Message-ID: References: <87ljwg24e9.fsf@shellarchive.co.uk> 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 1Ksd3i-0004yE-3A for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 08:43:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ksd3g-0004xy-2x for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 08:43:29 -0400 Received: from [199.232.76.173] (port=50304 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ksd3f-0004xv-Tx for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 08:43:27 -0400 Received: from main.gmane.org ([80.91.229.2]:49164 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ksd3g-0008Rc-2y for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 08:43:28 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ksd3b-0002Lx-Vn for emacs-orgmode@gnu.org; Wed, 22 Oct 2008 12:43:24 +0000 Received: from e179193220.adsl.alicedsl.de ([85.179.193.220]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Oct 2008 12:43:23 +0000 Received: from rileyrgdev by e179193220.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Oct 2008 12:43:23 +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 Phil Jackson writes: > Richard Riley writes: > >> What, if any, git interface for emacs do you guys recommend? > > I would highly recommend magit[1]. I've been using it for a while now > and it far better fits around the way /I/ use git :) > > You'll need a version[2] of git that supports --graph on the log > command. > > Cheers, > Phil > > Footnotes: > [1] http://zagadka.vm.bytemark.co.uk/magit/magit.html > [2] http://www.kernel.org/pub/software/scm/git/docs/git-log.html Looks good, a shame vc-git doesn't seem to work though. I will look into why as another set of non standard keys will make my head explode :-( Having said that its time to do some housekeeping anyway as there are few niggly little things I run into with packages and emacs 23 at the moment. C-x v v is a revelation in VC :-;