From 5ecdf10e27f872d445be9947147071f13b280881 Mon Sep 17 00:00:00 2001 From: Issy Long Date: Wed, 3 Aug 2022 10:17:48 +0100 Subject: [PATCH] dev-cmd/contributions: Start output with the name/email Co-authored-by: Rylan Polster --- 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 38a3888ca9..217249c679 100755 --- a/Library/Homebrew/dev-cmd/contributions.rb +++ b/Library/Homebrew/dev-cmd/contributions.rb @@ -65,7 +65,7 @@ module Homebrew coauthorships += git_log_coauthor_cmd(T.must(repo_path), args) end - sentence = "Person #{args.named.first} directly authored #{commits} commits " \ + sentence = "#{args.named.first} directly authored #{commits} commits " \ "and co-authored #{coauthorships} commits " \ "across #{all_repos ? "all Homebrew repos" : repos.to_sentence}" sentence += if args.from && args.to