79760036

Date: 2025-09-09 15:25:30
Score: 1
Natty:
Report link

Here's a solution that let's you define a date range:

git log --name-only --format='' --since=2000-01-01 | sort | uniq | xargs wc -l 2>/dev/null | tail -1
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Grafluxe