DefaultReadableGit
com.github.sbt.git.DefaultReadableGit
final class DefaultReadableGit(base: File, gitOverride: Option[GitReadonlyInterface]) extends ReadableGit
Our default readable git uses JGit instead of a process-forking and reading, for speed/safety. However, we allow overriding, since JGit doesn't currently work with git worktrees
Attributes
- Graph
-
- Supertypes
Members list
In this article