dev-cmd/contributions: Start output with the name/email
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
This commit is contained in:
parent
0c7825accd
commit
5ecdf10e27
@ -65,7 +65,7 @@ module Homebrew
|
|||||||
coauthorships += git_log_coauthor_cmd(T.must(repo_path), args)
|
coauthorships += git_log_coauthor_cmd(T.must(repo_path), args)
|
||||||
end
|
end
|
||||||
|
|
||||||
sentence = "Person #{args.named.first} directly authored #{commits} commits " \
|
sentence = "#{args.named.first} directly authored #{commits} commits " \
|
||||||
"and co-authored #{coauthorships} commits " \
|
"and co-authored #{coauthorships} commits " \
|
||||||
"across #{all_repos ? "all Homebrew repos" : repos.to_sentence}"
|
"across #{all_repos ? "all Homebrew repos" : repos.to_sentence}"
|
||||||
sentence += if args.from && args.to
|
sentence += if args.from && args.to
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user