mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-18 18:05:07 +00:00
(vc-git-annotate-command): Use separator to parse
arguments correctly.
This commit is contained in:
parent
76ff67bfc5
commit
2f1c4cd068
@ -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…
Reference in New Issue
Block a user