git-sizer
git-sizer copied to clipboard
Compute various size metrics for a Git repository, flagging those that might cause problems

[Now](https://github.com/github/git-sizer/pull/110) that we can provide explicit roots to git-sizer, we don't want to look for other references than the one provided.
This will use dependabot to check for updates for github actions which this project uses in order to keep them up-to-date. https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
Over time, not only repositories grow, but also Git's (and hardware's) ability to cope with larger repositories. I tried to figure out how the thresholds used by `git sizer` were...
More about codespell: https://github.com/codespell-project/codespell . I personally introduced it to dozens if not hundreds of projects already and so far only positive feedback. CI workflow has 'permissions' set only to...
Tienmax1
Is this still alive?
I want to deactivated account to activated account and transfery asset
I've identified an issue where a repository had very long lines in the commit summary or filenames. It would be helpful if git-sizer could also identify this issue with commits...
This PR adds a new flag to git-sizer, `--include-unreachable`, to include unreachable objects in the counts displayed in the output. ## Changes It adds the following: - A new command-line...