Description
- Use an injectable ExecutorService instead of a local Thread
- Use FileSystemAware-ness instead of
RepositoryCache.FileKey key = RepositoryCache.FileKey.lenient(srcGitdir, FS.DETECTED);
- Do not pre-assume knowledge of the root directory - provide some injectable resolver interface that uses the parsed command arguments instead of the constant root directory
- Make static member public
Attachments
Attachments
Issue Links
- relates to
-
SSHD-797 Provide SSHD-based JGIT TransportProtocol implementation(s)
- Resolved