mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 15:46:19 -04:00
fix: author not show fullname
This commit is contained in:
parent
6b54e9d8df
commit
e5727cf4e9
|
|
@ -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