]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-git-annotate-command): Use separator to parse
authorNick Roberts <nickrob@snap.net.nz>
Sun, 6 Sep 2009 22:08:31 +0000 (22:08 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sun, 6 Sep 2009 22:08:31 +0000 (22:08 +0000)
arguments correctly.

lisp/vc-git.el

index 3be88e1f80a4b794ae670ea06c6a09ba5ce4817a..d4b65127c3cf4746b8cee356db6e9db6dbb346c9 100644 (file)
@@ -566,7 +566,7 @@ or BRANCH^ (where \"^\" can be repeated)."
 
 (defun vc-git-annotate-command (file buf &optional rev)
   (let ((name (file-relative-name file)))
-    (vc-git-command buf 'async name "blame" "--date=iso" rev)))
+    (vc-git-command buf 'async name "blame" "--date=iso" rev "--")))
 
 (declare-function vc-annotate-convert-time "vc-annotate" (time))