+5
Under review
view history of selected lines of code in one file (not whole file)
problem:
* its very hard to search who made prev. changes (eg. in months)
solution:
* so ideal is to have tool, which can track history of one line in file to context
* you will just selected lines, which u're interested in
* and this feature will show history only of this selected lines of code
Customer support service by UserEcho
This is actually something we are thinking about, however there are no concrete plans yet. Once there are, I'll let you know.
cool, thx.
How is that different from line history at the bottom of Blame window?
its similar. the difference is in:
- in "blame window" u cant select continuous block of code and view/show his history in time (~similar to dif);
(this is in some tricky situations very helpful, eg: which stupid guy break down the code in time (eg. month ago or years; not in last few commits))
- mine original post is based on some code-analysis ~ not only showing blame
otherway thx for hint about blame window (idk this feature)
I do such analysis a lot myself, using Line history in Blame. It works rather well even with just one line inspected. My typical algorithm is as follows: