From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrea Crotti Subject: Re: Git merge tool for Org files Date: Sat, 20 Aug 2011 16:56:14 +0200 Message-ID: <4E4FCB0E.6090505@gmail.com> References: <2DC59D99-FACF-40A2-9914-182C6224BD76@gmail.com> <4E4FC20F.7090101@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QumyB-0005xg-MT for emacs-orgmode@gnu.org; Sat, 20 Aug 2011 10:56:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QumyA-0007Tv-Ly for emacs-orgmode@gnu.org; Sat, 20 Aug 2011 10:56:19 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:39289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QumyA-0007Tr-Ca for emacs-orgmode@gnu.org; Sat, 20 Aug 2011 10:56:18 -0400 Received: by wyi11 with SMTP id 11so3144667wyi.0 for ; Sat, 20 Aug 2011 07:56:17 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: Brian Gough , Org Mode List On 08/20/2011 04:42 PM, Carsten Dominik wrote: > I have no idea, but I would think that it could also be written in Perl, > for example. > Yes from what I understand from the source it can be any executable that outputs things as git expects them. There are no compile time dependencies on git as far as I see. So maybe why not writing it (even a prototype) directly in Elisp? That would solve many things right?