Rework git storage functionality

This commit is contained in:
crschnick
2023-11-27 13:29:17 +00:00
parent 37366ff1a8
commit 08c1586240
13 changed files with 54 additions and 17 deletions
@@ -32,4 +32,5 @@ public abstract class ProcessControlProvider {
public abstract ShellControl createLocalProcessControl(boolean stoppable);
public abstract Object createStorageHandler();
}