mirror of
https://github.com/git-quick-stats/git-quick-stats.git
synced 2025-12-16 12:00:12 +01:00
add filter ignored authors
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user