Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev-cmd/contributions: Fix single-user handling; be more verbose #14767

Merged
merged 2 commits into from Feb 22, 2023

Commits on Feb 22, 2023

  1. dev-cmd/contributions: Fix single-user handling; be more verbose

    - `brew contributions --user=issyl0` was taking forever because it went
      through all maintainers first, because the conditionals were in the
      wrong order.
    - This was too quiet, far too quiet, for something that takes so long.
    - Now verbose mode tells you what repos it's scanning for a user.
    issyl0 committed Feb 22, 2023
    Copy the full SHA
    d40bd0a View commit details
    Browse the repository at this point in the history
  2. dev-cmd/contributions.rb: odie

    Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
    issyl0 and MikeMcQuaid committed Feb 22, 2023
    Copy the full SHA
    3d3369c View commit details
    Browse the repository at this point in the history