From 95136d3f92ee8a5720888a921e73a153c9816fb0 Mon Sep 17 00:00:00 2001 From: arzzen Date: Mon, 16 Jun 2025 14:40:49 +0200 Subject: [PATCH] add filter ignored authors --- git-quick-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-quick-stats b/git-quick-stats index dabc228..9c61ac2 100755 --- a/git-quick-stats +++ b/git-quick-stats @@ -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 {