help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Seeing which commits modified a range of lines?


From: Tom
Subject: Re: Seeing which commits modified a range of lines?
Date: Thu, 6 Nov 2014 20:46:24 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Tassilo Horn <tsdh <at> gnu.org> writes:

> 
> Yeah, or even better to implement it on top of "log" and "diff" because
> "blame"/"annotate" is pretty slow.
> 

Of course it can be implemented with those as well.

And it could be a simple script layer before the command, so it
doesn't have to be implemented in elisp. And this script could
even be VC independent, only the backends needs to be VC 
dependent which call the proper commands for the given VC, but
the logic could be shared.

I'm suprised there is no existing solution for this. The feature
seems useful, the problem is interesting, so there should be at
least an attempt somewhere, even if the correct solution may be tricky.





reply via email to

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