How many lines of code modified during a time period?

前端 未结 8 1279
感情败类
感情败类 2020-12-25 14:04

I have been tasked with figuring out how many lines of code I\'ve written this year. Not very exciting for a number of reasons, but it seems like it could make a nice SO qu

8条回答
  •  长情又很酷
    2020-12-25 14:24

    I also tried to solve task such as "how many lines were removed, added or just changed in selected period of time". So I wrote simple shell script (for Linux only). It gathers some sipmle statistics about code modifications. More details and shared script you may find here:

    http://cyber-fall.blogspot.com/2011/10/tools-linux-svn-generate-statistic.html

    Hope it will help to you and to others!

提交回复
热议问题