]> code.delx.au - gnu-emacs/commitdiff
* vc-git.el: Comments.
authorGlenn Morris <rgm@gnu.org>
Mon, 25 Aug 2014 16:48:08 +0000 (12:48 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 25 Aug 2014 16:48:08 +0000 (12:48 -0400)
lisp/vc/vc-git.el

index 27a2f8b3d4d584dcf3cc03b82d38103d30da3e1a..e9d55336af7ba7cb1f44ba7e654872deb56ded7b 100644 (file)
@@ -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))