A hyperfast web frontend for git repositories written in C.
cgit is an attempt to create a fast web interface for the Git SCM (Source Code Management) using a builtin cache to decrease server io-pressure. It can run on any CGI-capable web server.
cgit is an attempt to create a fast web interface for the Git SCM (Source Code Management) using a builtin cache to decrease server io-pressure. It can run on any CGI-capable web server.
To install cgit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cgit
To see what files were installed by cgit, run:
port contents cgit
To later upgrade cgit, run:
sudo port selfupdate && sudo port upgrade cgit
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.