From f330aa150e8647594f31bef80bd49a7383efaf32 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 25 Aug 2014 12:48:08 -0400 Subject: [PATCH] * vc-git.el: Comments. --- lisp/vc/vc-git.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index 27a2f8b3d4d..e9d55336af7 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el @@ -798,6 +798,10 @@ This prompts for a branch to merge from." (defun vc-git-find-file-hook () "Activate `smerge-mode' if there is a conflict." (when (and buffer-file-name + ;; FIXME + ;; 1) the net result is to call git twice per file. + ;; 2) v-g-c-f is documented to take a directory. + ;; http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01126.html (vc-git-conflicted-files buffer-file-name) (save-excursion (goto-char (point-min)) -- 2.39.5