On 2009-02-06, zyk <zhengyuk@xxxxxxxxxxx> 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 <heipei@xxxxxxxxxxxx> http://hackvalue.de/heipei/ GPG-Key: 0x42F6DE81 GPG-Fingerprint: BB49 F967 775E BB52 3A81 882C 58EE B178 42F6 DE81 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html