* vc-git.el (vc-git-annotate-command): Use proper option for
specifying revision.
+2008-07-02 Magnus Henoch <mange@freemail.hu>
+
+ * vc-git.el (vc-git-annotate-command): Use proper option for
+ specifying revision.
+
2008-07-02 Francesc Rocher <rocher@member.fsf.org>
* startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
table))
(defun vc-git-annotate-command (file buf &optional rev)
- ;; FIXME: rev is ignored
(let ((name (file-relative-name file)))
- (vc-git-command buf 0 name "blame" (if rev (concat "-r" rev)))))
+ (vc-git-command buf 0 name "blame" rev)))
(declare-function vc-annotate-convert-time "vc-annotate" (time))