(vc-git-annotate-command): Run asynchronously.
Explicitly pass the date format to git blame so that user local so that the output format can be parsed.
This commit is contained in:
parent
6fd2d19a36
commit
bbe1f50262
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2009-08-21 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* vc-git.el (vc-git-annotate-command): Run asynchronously.
|
||||
Explicitly pass the date format to git blame so that user local
|
||||
so that the output format can be parsed.
|
||||
|
||||
2009-08-20 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* net/dbus.el (top): Don't check for (getenv
|
||||
|
|
|
@ -553,7 +553,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 0 name "blame" 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