Mercurial > emacs
changeset 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 | b9d37ab30db5 |
children | 02da2479105f |
files | lisp/vc-git.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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))