org-attach.el: Fix check for git annex

* lisp/org-attach.el (org-attach-commit): Check for .git/annex dir in
addition to annex dir in root git dir to ensure that git annex is used

TINYCHANGE
This commit is contained in:
Erik Hetzner 2015-05-16 19:10:09 -07:00 committed by Nicolas Goaziou
parent 45555db2bd
commit 6d88ee5ff0
1 changed files with 2 additions and 1 deletions

View File

@ -283,7 +283,8 @@ This checks for the existence of a \".git\" directory in that directory."
(cd dir)
(let ((have-annex
(and org-attach-git-annex-cutoff
(file-exists-p (expand-file-name "annex" git-dir)))))
(or (file-exists-p (expand-file-name "annex" git-dir))
(file-exists-p (expand-file-name ".git/annex" git-dir))))))
(dolist (new-or-modified
(split-string
(shell-command-to-string