Le 13/10/15 02:08, Scott Kostyshak a écrit :
On Mon, Oct 12, 2015 at 11:49:42AM +0200, Jean-Marc Lasgouttes wrote:
Le 12/10/2015 11:16, Stephan Witt a écrit :
Am 12.10.2015 um 11:04 schrieb Jean-Marc Lasgouttes <lasgout...@lyx.org>:

Le 10/10/2015 21:31, Stephan Witt a écrit :
Another question with "dead store" code is in RowPainter::paintFirst:

The y_top assignments are not used.
JMarc, do you know if the code block simply can be removed?

The code was already like that in 2.1.

Yes, it dates back to at least 2007. Earlier I couldn't "git blame" anymore.

I found the same. Who has a good tutorial about git archeology?

How about the following?

   git log -Sy_top

I did that, but the problem was with renames. The best I could come up with is

git log -Syo_ --follow src/RowPainter.cpp

The last commit of this log is the best I can do.

[my assumption is that y_top should have been removed when yo_ was introduced]

Reply via email to