There is a large 500MB object in the git history, making it hard to clone the repository.
For now I clone with git clone --depth 1, but we should find the commit that added the file and squash it.
Issue list
[ ] Check history and remove object
Use case
Clean up the repository and make the codebase nice to work with.
Description
There is a large 500MB object in the git history, making it hard to clone the repository. For now I clone with
git clone --depth 1
, but we should find the commit that added the file and squash it.Issue list
Use case
Clean up the repository and make the codebase nice to work with.