1
0
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:
Nick Roberts 2009-09-06 22:08:31 +00:00
parent 76ff67bfc5
commit 2f1c4cd068

View File

@ -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))