From 2f1c4cd0684c8409969a214413857c6fc750f516 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Sun, 6 Sep 2009 22:08:31 +0000 Subject: [PATCH] (vc-git-annotate-command): Use separator to parse arguments correctly. --- lisp/vc-git.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc-git.el b/lisp/vc-git.el index 3be88e1f80a..d4b65127c3c 100644 --- a/lisp/vc-git.el +++ b/lisp/vc-git.el @@ -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)) -- 2.39.5