I have a codebase for which I need to find out the number of lines still present today that were written before a given date (1 January 2018).
Is there a way to do this? I've looked into comparing the lines changed between a commit made that day and our last commit, but it also displays the lines/files deleted.