From abe23fb249d1e1eef70bb039f189aa2f47d6af02 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Tue, 14 Feb 2023 10:51:11 +0000 Subject: [PATCH] dev-cmd/contributions: Add up different contribution types for a total MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ❯ brew contributions mikemcquaid mikemcquaid directly authored 23766 commits, co-authored 241 commits, and signed-off 6730 commits across all Homebrew repos in all time. Total: 30737. --- Library/Homebrew/dev-cmd/contributions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/contributions.rb b/Library/Homebrew/dev-cmd/contributions.rb index 827c9a28a0..b303d6574a 100755 --- a/Library/Homebrew/dev-cmd/contributions.rb +++ b/Library/Homebrew/dev-cmd/contributions.rb @@ -79,7 +79,7 @@ module Homebrew else " in all time" end - sentence += "." + sentence += ". Total: #{commits + coauthorships + signoffs}." puts sentence end