Compute various size metrics for a Git repository, flagging those that might cause problems
Compute various size metrics for a Git repository, flagging those that might cause problems having repositories too big (> 5GB), keep many branches or tags, including gigantic blob files, storing large text files with many changes, repeated files across paths, detect long path names inside the repository, ...
Compute various size metrics for a Git repository, flagging those that might cause problems having repositories too big (> 5GB), keep many branches or tags, including gigantic blob files, storing large text files with many changes, repeated files across paths, detect long path names inside the repository, ...
To install git-sizer, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install git-sizer
To see what files were installed by git-sizer, run:
port contents git-sizer
To later upgrade git-sizer, run:
sudo port selfupdate && sudo port upgrade git-sizer
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.