payu-org / payu

A workflow management tool for numerical models on the NCI computing systems
Apache License 2.0
18 stars 26 forks source link

Purge `get-pip.py` from history #213

Open marshallward opened 4 years ago

marshallward commented 4 years ago

At some point, I foolishly added a get-pip.py script to help with installation. But little did I know that this was a 1.7M file which was not so much a script as it was a binary embedded inside of a script.

At some point, I would like to purge this from the history. Given that it was a standalone script with no dependencies, it should be safe to remove. But there may be inevitable complaints from git about this rewriting of history.

Not suggesting we need to do this now, but it should be done "someday" in order to keep the repo size under control.

marshallward commented 4 years ago

The bounding hashes are here:

Found with this:

git log --all -- **/get-pip.py