(vc-git-annotate-command): Use separator to parse
arguments correctly.
This commit is contained in:
parent
76ff67bfc5
commit
2f1c4cd068
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue