Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
Git
Git
/Git CLI/Git Stat Command/
git log
Search

git log

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2020 Apr 3 8:9
Editor
Editor
Seonglae ChoSeonglae Cho
Edited
Edited
2024 Apr 1 13:30
Refs
Refs
git ls-files

search in change

 
 

user

 

total contribution

 

user contribution

 
How to calculate the percentage of contribution from each contributor to words the Code in the Git or Gerrit?
You can do this by looping through the users and using the --shortstat option from : To get all commit email addresses from everyone who commited run the following command: git log --pretty="%ce%n" | sort | uniq This will print out all email addresses, sort them, and make a unique list from this.
How to calculate the percentage of contribution from each contributor to words the Code in the Git or Gerrit?
https://stackoverflow.com/questions/54285539/how-to-calculate-the-percentage-of-contribution-from-each-contributor-to-words-t
How to calculate the percentage of contribution from each contributor to words the Code in the Git or Gerrit?
 
 
 

Table of Contents
search in changeusertotal contributionuser contribution

Backlinks

Git File Command

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
Git
Git
/Git CLI/Git Stat Command/
git log
Copyright Seonglae Cho