RosettaCommons / tools

Tools for parsing Rosetta source code and scripts for running specific Rosetta applications.
Other
3 stars 1 forks source link

Script to find large files in the Rosetta repo. #99

Closed roccomoretti closed 3 years ago

roccomoretti commented 3 years ago

This script can potentially be used to track down when someone accidentally adds a large file to their branch, even if it's been subsequently deleted. It's built around the concept of identifying the branch on which the large file is present in the history.

Note that it won't track down commits with large numbers of files, just individual large files.