Changes between Version 8 and Version 9 of StatsType
- Timestamp:
- Jan 4, 2008, 3:15:32 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StatsType
v8 v9 13 13 === Blame === 14 14 15 The implementation of this statistics can be followed in ticket:24.16 17 15 The blame statistics is also based on the blame output. However, rather than only issue `svn blame` for the lastest revision, `svn blame -r N` is issued for each revision ''N''. Svndigest calculates how many lines '''author''' own at the specific revision by simply counting the second column in the blame output. This statistics answers the question: ''How many lines, in the repository at revision '''rev''', were '''author''' responsible for?'' 18 16 19 17 === Add === 20 18 21 The implementation of this statistics can be followed in ticket:82.22 23 19 The add statistics is based on `svn diff` output. For each commit done by '''author''', svndigest parses the difference against previous revision, and calculates how many lines were added. This statistics answers the question: ''How many lines had '''author''' in total added at revision '''rev''' (or earlier)?'' 24 20