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
Optimize fetch to use single git command for all refs
- Batch all refs into one git fetch command instead of separate commands per ref
- Apply --force globally when any ref needs it or remote.Force is set
- Reduces git subprocess calls from N to 1, improving performance
- Maintains same functionality while eliminating inefficient loop
0 commit comments