C# Class GitIStage.Application

显示文件 Open project: terrajobst/git-istage Class Usage Examples

Public Methods

Method Description
Application ( string repositoryPath, string pathToGit ) : System
Run ( ) : void

Private Methods

Method Description
ApplyPatch ( PatchDirection direction, bool entireHunk ) : void
Commit ( ) : void
CommitAmend ( ) : void
DecreaseContext ( ) : void
Exit ( ) : void
GoEnd ( ) : void
GoHome ( ) : void
GoNextFile ( ) : void
GoNextHunk ( ) : void
GoPreviousFile ( ) : void
GoPreviousHunk ( ) : void
IncreaseContext ( ) : void
InitializeScreen ( ) : void
Reset ( ) : void
ResetHunk ( ) : void
RunGit ( string command ) : void
ScrollDown ( ) : void
ScrollLeft ( ) : void
ScrollPageDown ( ) : void
ScrollPageUp ( ) : void
ScrollRight ( ) : void
ScrollUp ( ) : void
SelectDown ( ) : void
SelectUp ( ) : void
Stage ( ) : void
StageHunk ( ) : void
Stash ( ) : void
ToggleBetweenWorkingDirectoryAndStaging ( ) : void
ToggleWhitespace ( ) : void
ToogleFullDiff ( ) : void
Unstage ( ) : void
UnstageHunk ( ) : void
UpdateFooter ( ) : void
UpdateHeader ( ) : void
UpdateRepository ( ) : void

Method Details

Application() public method

public Application ( string repositoryPath, string pathToGit ) : System
repositoryPath string
pathToGit string
return System

Run() public method

public Run ( ) : void
return void