mirror of
https://github.com/arzzen/git-quick-stats.git
synced 2026-09-10 07:36:19 -04:00
add filter ignored authors
This commit is contained in:
parent
79c735c814
commit
95136d3f92
|
|
@ -456,7 +456,7 @@ function detailedGitStats() {
|
|||
lines_changed, file[author]+0, first[author], last[author];
|
||||
}
|
||||
}' |
|
||||
eval "$sort_command" |
|
||||
eval "$sort_command" | filter_ignored_authors |
|
||||
LC_ALL=C awk '
|
||||
# This second awk script stores data, calculates totals, and then formats output with graphs
|
||||
BEGIN {
|
||||
|
|
|
|||
Loading…
Reference in a new issue