From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Wiegley Subject: Re: org-attach + git annex not working Date: Sun, 03 May 2015 22:41:22 -0500 Message-ID: References: <55452cc1.c28e440a.4541.ffff8b76@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yp7G5-0004uR-65 for emacs-orgmode@gnu.org; Sun, 03 May 2015 23:41:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yp7G1-00059Z-W6 for emacs-orgmode@gnu.org; Sun, 03 May 2015 23:41:29 -0400 Received: from mail-ig0-x22e.google.com ([2607:f8b0:4001:c05::22e]:34329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yp7G1-00059K-R1 for emacs-orgmode@gnu.org; Sun, 03 May 2015 23:41:25 -0400 Received: by iget9 with SMTP id t9so59283246ige.1 for ; Sun, 03 May 2015 20:41:25 -0700 (PDT) Received: from Vulcan.local (c-98-214-120-98.hsd1.il.comcast.net. [98.214.120.98]) by mx.google.com with ESMTPSA id ij7sm4436254igb.18.2015.05.03.20.41.24 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 03 May 2015 20:41:24 -0700 (PDT) In-Reply-To: <55452cc1.c28e440a.4541.ffff8b76@mx.google.com> (Erik Hetzner's message of "Sat, 02 May 2015 12:59:40 -0700") 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: emacs-orgmode@gnu.org >>>>> Erik Hetzner writes: > I don=E2=80=99t know if the behavior of vc-git-root has changed, but I do= n=E2=80=99t see > anything in the emacs git log for vc/vc-git.el and it seems to have the s= ame > behavior in 24 & 25. I hadn't noticed it breaking, but is it possible to make your change a bit more defensive? I.e., make sure the string ends in .git if it doesn't already, rather than always appending .git? John