diff lisp/vc-git.el @ 104871:7aab0a4e4fcd

(vc-git-annotate-command): Use separator to parse arguments correctly.
author Nick Roberts <nickrob@snap.net.nz>
date Sun, 06 Sep 2009 22:08:31 +0000
parents abce8d2d9707
children b3c2589ed19e
line wrap: on
line diff
--- a/lisp/vc-git.el	Sun Sep 06 22:07:55 2009 +0000
+++ b/lisp/vc-git.el	Sun Sep 06 22:08:31 2009 +0000
@@ -566,7 +566,7 @@
 
 (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))