Compute various size metrics for a Git repository, flagging those that might cause problems
Перейти к файлу
Michael Haggerty 5549c9db10 Handle tag objects 2018-01-27 17:04:00 +01:00
script Implement the main command, `git-sizer` 2018-01-27 16:55:53 +01:00
src Handle tag objects 2018-01-27 17:04:00 +01:00
.gitignore Implement the main command, `git-sizer` 2018-01-27 16:55:53 +01:00
Brewfile Implement the main command, `git-sizer` 2018-01-27 16:55:53 +01:00
Makefile Implement the main command, `git-sizer` 2018-01-27 16:55:53 +01:00
README.md Implement the main command, `git-sizer` 2018-01-27 16:55:53 +01:00

README.md

git-sizer

Is your Git repository busting at the seams?

Getting started

  1. Build:

     script/bootstrap
     make