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
Reduce ratchet memory usage for multi-module projects
Ratchet creates a cache of Git repository per project but each Git
repository is a new FileRepository instance even if two projects share
the same repository on disk.
Since FileRepository is thread-safe, change GitRatchet to cache
FileRepository instances per git repository
0 commit comments