Skip to content

Conversation

@joshjohanning
Copy link
Owner

This pull request introduces a new script and updates documentation to make it easier to find large files across multiple git repositories.

Copilot AI review requested due to automatic review settings January 29, 2026 16:59
@github-actions
Copy link

github-actions bot commented Jan 29, 2026

📋 Lint Results

⚡ ./gh-cli scripts

✅ No issues found.

🔧 ./scripts scripts

✅ No issues found.

Lint results updated at Thu Jan 29 17:22:44 UTC 2026

Copy link
Contributor

Copilot AI left a 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.md to 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

Copy link
Contributor

Copilot AI left a 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.

@joshjohanning joshjohanning merged commit 740e613 into main Jan 29, 2026
6 checks passed
@joshjohanning joshjohanning deleted the add-git-file-script branch January 29, 2026 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants