Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information