On 2009-02-06, zyk [off-list ref] wrote:
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.
How to count the code changes on the specific branch?
How to count the delta lines between one tag and its successive tag?
git diff tag~..tag --stat
Greetings,
Jojo
--
Johannes Gilger [off-list ref]
http://hackvalue.de/heipei/
GPG-Key: 0x42F6DE81
GPG-Fingerprint: BB49 F967 775E BB52 3A81 882C 58EE B178 42F6 DE81