mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-15 18:16:18 -04:00
Merge pull request #45 from thangdc94/thangdc94-patch-1
fix: author not show fullname in contribution stats
This commit is contained in:
commit
42a657b0de
|
|
@ -97,7 +97,8 @@ function detailedGitStats() {
|
|||
}
|
||||
|
||||
/^Author:/ {
|
||||
author = $2 " " $3
|
||||
$1 = ""
|
||||
author = $0
|
||||
commits[author] += 1
|
||||
commits["total"] += 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue