Method | Description | |
---|---|---|
GitResult ( string workingDir, string commands ) : Task |
||
GitResult ( string workingDir, string commands ) : string | ||
RunTortoiseGitCommand ( string command, string args = "" ) : System.Threading.Tasks.Task | ||
RunTortoiseGitFileCommand ( string command, string args = "", string filePath = "" ) : System.Threading.Tasks.Task | ||
Start ( string application ) : void | ||
Start ( string application, string arguments ) : void | ||
StartProcessGit ( string commands, bool showAlert = true ) : Task |
Execute a Git command and return true if output is non-empty
|
|
StartProcessGit ( string commands, bool showAlert = true ) : bool |
Execute a Git command and return true if output is non-empty
|
|
StartProcessGitResult ( string commands ) : Task |
Execute a Git command and return the output
|
|
StartProcessGitResult ( string commands ) : string |
Execute a Git command and return the output
|
|
StartProcessGui ( string application, string args, string title, string branchName = "", OutputBox outputBox = null, OptionPageGrid options = null, string pushCommand = "" ) : |
||
StartProcessGui ( string application, string args, string title, string branchName = "", OutputBox outputBox = null, string pushCommand = "" ) : Task |
||
StartTortoiseGitProc ( string args ) : System.Threading.Tasks.Task | ||
StartTortoiseGitProc ( string args ) : void |
Method | Description | |
---|---|---|
OutputDataHandler ( object sendingProcess, DataReceivedEventArgs outLine ) : void | ||
process_Exited ( object sender, EventArgs e ) : void |
public static GitResult ( string workingDir, string commands ) : Task |
||
workingDir | string | |
commands | string | |
return | Task |
public static GitResult ( string workingDir, string commands ) : string | ||
workingDir | string | |
commands | string | |
return | string |
public static RunTortoiseGitCommand ( string command, string args = "" ) : System.Threading.Tasks.Task | ||
command | string | |
args | string | |
return | System.Threading.Tasks.Task |
public static RunTortoiseGitFileCommand ( string command, string args = "", string filePath = "" ) : System.Threading.Tasks.Task | ||
command | string | |
args | string | |
filePath | string | |
return | System.Threading.Tasks.Task |
public static Start ( string application ) : void | ||
application | string | |
return | void |
public static Start ( string application, string arguments ) : void | ||
application | string | |
arguments | string | |
return | void |
public static StartProcessGit ( string commands, bool showAlert = true ) : Task |
||
commands | string | Git command to be executed |
showAlert | bool | Show an alert dialog when error output is non-empty |
return | Task |
public static StartProcessGit ( string commands, bool showAlert = true ) : bool | ||
commands | string | Git command to be executed |
showAlert | bool | Show an alert dialog when error output is non-empty |
return | bool |
public static StartProcessGitResult ( string commands ) : Task |
||
commands | string | Git command to be executed |
return | Task |
public static StartProcessGitResult ( string commands ) : string | ||
commands | string | Git command to be executed |
return | string |
public static StartProcessGui ( string application, string args, string title, string branchName = "", OutputBox outputBox = null, OptionPageGrid options = null, string pushCommand = "" ) : |
||
application | string | |
args | string | |
title | string | |
branchName | string | |
outputBox | OutputBox | |
options | OptionPageGrid | |
pushCommand | string | |
return |
public static StartProcessGui ( string application, string args, string title, string branchName = "", OutputBox outputBox = null, string pushCommand = "" ) : Task |
||
application | string | |
args | string | |
title | string | |
branchName | string | |
outputBox | OutputBox | |
pushCommand | string | |
return | Task |
public static StartTortoiseGitProc ( string args ) : System.Threading.Tasks.Task | ||
args | string | |
return | System.Threading.Tasks.Task |
public static StartTortoiseGitProc ( string args ) : void | ||
args | string | |
return | void |