12 #include "../UI/StatusWindow.h" 14 #include <SupportKit.h> 18 #define MAX_PATHSPEC 8 Status Options structure.
static BString * GetBranchText(git_repository *, StatusWindow *)
Constructs Branch text for current repo.
BString fDirPath
The current directory where Status option is selected.
virtual TrackGitWindow * GetWindow()
This returns pointer to the status window.
BString * GetStatusText()
Constructs the entire Status Text along with current branch for given repo.
static BString * GetStatusTextUtil(git_status_list *, StatusWindow *)
Constructs Status text for current repo.
BString fRepo
The repo/directory where command is called.
StatusWindow * fStatusWindow
The Status Window.
virtual void Execute()
Status command execution.
Status(BString, BString)
Status class Constructor.
The TrackGit Window class.
git_status_options statusopt
char * pathspec[MAX_PATHSPEC]
Header file of GitCommand.