public class GitGuiPaths extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
diff_exe
Difftool, should be written with \ because it is used as Windows cmd invocation.
|
java.lang.String |
gitsh_exe
The git linux shell, should be written with /
|
| Constructor and Description |
|---|
GitGuiPaths() |
public java.lang.String gitsh_exe
public java.lang.String diff_exe
public GitGuiPaths()