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