Johannes Gilger [off-list ref] writes:
On 2009-02-06, zyk [off-list ref] wrote:
quoted
Does anyone know if there is any tools available for counting the line of
codes in the project using GIT?
wc -l *.c *.h for example would count the lines of all c-files and
their headers.
wc for the total number of lines in files, or
http://www.dwheeler.com/sloccount/ to get the number of lines of code
(excluding blank lines and such).
--
Matthieu