TrackGit
|
GitCommand Class. More...
#include <GitCommand.h>
Public Member Functions | |
virtual void | Execute ()=0 |
This is where actual calls to libgit2 will go. More... | |
virtual TrackGitWindow * | GetWindow () |
This is used to get pointer to the window (if any). More... | |
GitCommand Class.
This class is abstract class which are inherited by various Git commands. These commands are the interface to libgit2.
Definition at line 20 of file GitCommand.h.
|
pure virtual |
This is where actual calls to libgit2 will go.
Implemented in Clone, Log, Status, Pull, Push, Add, SwitchBranch, Commit, CreateBranch, Init, and ShowConflicts.
|
inlinevirtual |
This is used to get pointer to the window (if any).
Reimplemented in Log, Clone, Status, Pull, Push, SwitchBranch, Commit, and CreateBranch.
Definition at line 30 of file GitCommand.h.