dev-cmd/contributions: One --verbose
sentence per user is enough
This commit is contained in:
parent
28a2a6ea43
commit
c7b06df72e
@ -70,7 +70,6 @@ module Homebrew
|
|||||||
|
|
||||||
maintainers = GitHub.members_by_team("Homebrew", "maintainers")
|
maintainers = GitHub.members_by_team("Homebrew", "maintainers")
|
||||||
maintainers.each do |username, _|
|
maintainers.each do |username, _|
|
||||||
puts "Determining contributions for #{username}..." if args.verbose?
|
|
||||||
# TODO: Using the GitHub username to scan the `git log` undercounts some
|
# TODO: Using the GitHub username to scan the `git log` undercounts some
|
||||||
# contributions as people might not always have configured their Git
|
# contributions as people might not always have configured their Git
|
||||||
# committer details to match the ones on GitHub.
|
# committer details to match the ones on GitHub.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user