Newsletter
TechAnV Blog
Get updates on security engineering, Rust, eBPF, and DevSecOps. No spam, unsubscribe anytime.
Check your inbox and click the confirmation link to complete your subscription.
Browsing your local git checkout of homebrew-core#
The homebrew-core repository contains all of the default formulas for Homebrew.
It’s a huge repo, and if you browse it through the GitHub web interface you can run into errors like this one:
https://github.com/Homebrew/homebrew-core/commits/master/Formula/libspatialite.rb
Sorry, this commit history is taking too long to generate.#
Refresh the page to try again, or view this history locally using the following command:
1git log master -- Formula/libspatialite.rb
It turns out there’s a full checkout of the repo (including history) in this folder on your computer already:
1/usr/local/Homebrew/Library/Taps/homebrew/homebrew-coreSo you can browse the history for that file locally like so:
1cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core2git log master -- Formula/libspatialite.rbNewsletter
TechAnV Blog
Get updates on security engineering, Rust, eBPF, and DevSecOps. No spam, unsubscribe anytime.
Check your inbox and click the confirmation link to complete your subscription.