emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vc-git feature proposale: modeline and annotate


From: Uwe Brauer
Subject: Re: vc-git feature proposale: modeline and annotate
Date: Thu, 15 Dec 2022 14:34:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)


   > One way is by using the :eval construct in mode-line-format.


   > I don't think "git blame" can do that.

Courtesy by Tassilo Horn (on the git-users mailing list


git blame -l tex.el | git name-rev --refs=master --name-only --annotate-stdin | 
head


Does precisely what I am looking for. It is not clear to whether and how
this command syntax could be used, the docstring of vc-annotate does not
give a hint



reply via email to

[Prev in Thread] Current Thread [Next in Thread]