Are they lines of code added, or are they something else?
Asked
Active
Viewed 6,026 times
1 Answers
10
They are line of code added or modified. They are the lines marked with a +
when you do a git diff

Simon Boudrias
- 42,953
- 16
- 99
- 134
-
So, is this a reliable means of judging how many lines of code are in a project (this is, additions - deletions)? – cmac Dec 10 '12 at 20:27
-
Hum no, but that's a good way of judging the impact of a commit in a project (if the end-of-line markers haven't been converted between Windows-Unix machines). – Simon Boudrias Dec 11 '12 at 00:38