# HG changeset patch # User Nick Roberts # Date 1252274911 0 # Node ID 7aab0a4e4fcd5e90e5ee1620d6307bfe068a07a7 # Parent b9d37ab30db50ced663bf72063f941497cf11790 (vc-git-annotate-command): Use separator to parse arguments correctly. diff -r b9d37ab30db5 -r 7aab0a4e4fcd lisp/vc-git.el --- 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))