File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/main/java/org/scm4j/vcs Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 45
45
import org .eclipse .jgit .transport .RefSpec ;
46
46
import org .eclipse .jgit .transport .UsernamePasswordCredentialsProvider ;
47
47
import org .eclipse .jgit .treewalk .CanonicalTreeParser ;
48
-
49
48
import org .scm4j .vcs .api .IVCS ;
50
49
import org .scm4j .vcs .api .VCSChangeType ;
51
50
import org .scm4j .vcs .api .VCSCommit ;
56
55
import org .scm4j .vcs .api .exceptions .EVCSFileNotFound ;
57
56
import org .scm4j .vcs .api .workingcopy .IVCSLockedWorkingCopy ;
58
57
import org .scm4j .vcs .api .workingcopy .IVCSRepositoryWorkspace ;
58
+ import org .scm4j .vcs .api .workingcopy .IVCSWorkspace ;
59
59
60
60
public class GitVCS implements IVCS {
61
61
@@ -622,4 +622,9 @@ private RevObject getInitialCommit(Git git) throws Exception {
622
622
return res ;
623
623
}
624
624
}
625
+
626
+ @ Override
627
+ public IVCSWorkspace getWorkspace () {
628
+ return repo .getWorkspace ();
629
+ }
625
630
}
You can’t perform that action at this time.
0 commit comments