-
Notifications
You must be signed in to change notification settings - Fork 61
feat: add script to find large files in multiple repositories #147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
📋 Lint Results⚡ ./gh-cli scripts🔧 ./scripts scriptsLint results updated at Thu Jan 29 17:22:44 UTC 2026 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adds tooling to identify large Git blobs, including scanning across a list of repositories, and documents the new scripts in the git/ README.
Changes:
- Added a script to scan multiple repositories from a URL list and report files above a size threshold
- Added a single-repository helper script for listing large blobs in history
- Updated
git/README.mdto document the new scripts
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
git/find-large-files-in-repository.sh |
Adds a one-liner pipeline script to list large blobs in a single repository |
git/find-large-files-in-repositories.sh |
Adds a multi-repo scanner that clones repositories to a temp dir and reports large blobs |
git/README.md |
Documents the new scripts and provides an example invocation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
This pull request introduces a new script and updates documentation to make it easier to find large files across multiple git repositories.