gitbutlerapp / gitbutler

The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte
https://gitbutler.com
Other
13.2k stars 524 forks source link

Re-enable git GC on projects #5427

Open krlvi opened 3 days ago

krlvi commented 3 days ago

Seems like with the oplog holding reference to relevant trees, we no longer have a reason to disable GC

schacon commented 3 days ago

Yes, I believe this should be fine. Should be easy to do a smoke test with our local repositories, which have been around for a while - manually do a gc and see if anything breaks?