plfa / plfa.github.io

An introduction to programming language theory in Agda
https://plfa.github.io
Creative Commons Attribution 4.0 International
1.37k stars 315 forks source link

Repository is too large #993

Open wenkokke opened 6 months ago

wenkokke commented 6 months ago

Let's create a new branch, named stable, which squashes all Git history.

We can configure stable to be updated automatically by the CI, and not accept any pushes.

Furthermore, we can set stable as the default branch, but target all PRs towards dev by default, so that cloning is always fast when done naively, but PRs take slightly more work.

wadler commented 6 months ago

Thanks for noting this and proposing a fix.