I want to work with the growth of files on git, so I need the lines of code for each file at a specific date.
Is there a possibility to calculate the lines of code for each file from the output of git log --numstat --no-renames
. I know the solution with wc -l
but that isn't what I need.
I tested it but I always get negative files.