12 #include "../UI/PullWindow.h" 14 #include <SupportKit.h> Pull(BString)
Pull command constructor.
Payload to search for merge branch.
virtual void Execute()
This is where actual calls to libgit2 will go.
virtual TrackGitWindow * GetWindow()
This returns pointer to the Pull window.
static pthread_t DoPull(PullWindow *, const char *)
This spawns thread to perform pull over given repo.
BString fRepo
The repository path where Pull option is selected.
TrackGitWindow * fPullWindow
Pull Window.
The TrackGit Window class.
Header file of GitCommand.
Parameters to pass to pull thread.