[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Seeing which commits modified a range of lines?
From: |
Tassilo Horn |
Subject: |
Re: Seeing which commits modified a range of lines? |
Date: |
Thu, 06 Nov 2014 08:13:24 +0100 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) |
Tom <adatgyujto@gmail.com> writes:
>> I don't think it can do this. I've checked the docs for bzr log, hg
>> log, and git log, and it seems that git is the only one that can do
>> what you want, i.e., restrict the log to a range of lines in a file.
>
> Yes, it is usually not available built in, but it could be implemented
> on top of blame as described in my answer to Stefan.
Yeah, or even better to implement it on top of "log" and "diff" because
"blame"/"annotate" is pretty slow.
Bye,
Tassilo