N
N
NikitaG2010-12-28 16:26:53
git
NikitaG, 2010-12-28 16:26:53

GIT: How to count the contribution of each developer?

How to count the number of commits and their volume for each developer?

Answer the question

In order to leave comments, you need to log in

7 answer(s)
B
barbarisbk, 2014-12-18
@barbarisbk

just the number of commits per user
git shortlog -s -n

N
noRerih, 2010-12-28
@noRerih

There is an opinion that the quality of a programmer's work cannot be assessed by the amount of code written, so the "Hindu code" meme appeared (line-by-line payment, etc)

R
Rafael Osipov, 2010-12-28
@Rafael

There is such a thing as Caelum git reports

A
apis, 2010-12-29
@apis

I drew a simple gawk script that parses the results of the 'git log --numstat' command. As a result, the script produces the following statistics for each developer (author):
Author: Scrooge McDuck <[email protected]>
Insertions: 136
Deletions: 333
Files changed: 14
Commits: 15
The script itself and details are here: github.com/apis/ gitstatistics

L
leviathan, 2010-12-28
@leviathan

Redmine makes such statistics for any VCS that is connected to the project.

V
VBart, 2010-12-29
@VBart

If we are talking about open source, then connect the repository to www.ohloh.net

V
vixh, 2010-12-29
@vixh

gitstats.sourceforge.net/ - makes HTML there and the number of commits and by whom and lines of code, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question