mergestat is a command-line tool for running SQL queries on git repositories and related data sources. It's meant for ad-hoc querying of source-code on disk through a common interface (SQL), as an alternative to patching together various shell commands.
mergestat is a command-line tool for running SQL queries on git repositories and related data sources. It's meant for ad-hoc querying of source-code on disk through a common interface (SQL), as an alternative to patching together various shell commands.
To install mergestat, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mergestat
To see what files were installed by mergestat, run:
port contents mergestat
To later upgrade mergestat, run:
sudo port selfupdate && sudo port upgrade mergestat
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.