You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We're accessing the git cache through libgit2, whose functions perform specific tasks only.
The Git CLI on the other hand performs certain maintenance tasks, notably git gc on occassion (and/or in the background?)
Is your feature request related to a problem? Please describe.
We're accessing the git cache through libgit2, whose functions perform specific tasks only.
The Git CLI on the other hand performs certain maintenance tasks, notably
git gc
on occassion (and/or in the background?)Describe the solution you'd like
git gc
do that?These processes could run in a background process while holding a lock (file based lock).
Describe alternatives you've considered
Amortize the work - just do it in the foreground every now and then.
Additional context
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: