git-sizer icon indicating copy to clipboard operation
git-sizer copied to clipboard

Compute various size metrics for a Git repository, flagging those that might cause problems

Results 23 git-sizer issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/github/git-sizer/assets/6904176/fc195fdd-3e3d-4ac4-8d75-ba857c59a95b)

[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...

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...