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

feat(tap-info): display Git information about non-Core/non-API taps #18464

Merged
merged 1 commit into from
Oct 1, 2024

Commits on Sep 30, 2024

  1. feat(tap-info): display Git information about non-Core/non-API taps

    Copy and tweak code from Library/Homebrew/system_config.rb:110 to commit
    and date information. This information can be useful when debugging
    formulae in custom taps to ensure the tap has been correctly updated
    recently or to suss out important differences from one version of a tap
    to another.
    
    This removes the need to ask users to run something like
    
        git -C $(brew --repository)/Library/Taps/<tap> show -s --decorate
    
    Close Homebrew#18381
    benknoble committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3429e74 View commit details
    Browse the repository at this point in the history