13 #include <SupportKit.h>    60                             Clone(BString, BString);
 Clone(BString, BString)
Clone class Constructor. 
 
git_transfer_progress fetch_progress
 
The progress data payload. 
 
struct progress_data progress_data
The progress data payload. 
 
CloneWindow * cloneWindow
 
TrackGitWindow * fCloneWindow
The window to show progress. 
 
TrackGitWindow * GetWindow()
This returns pointer to the clone window. 
 
BString fDirPath
The current directory where Clone option is selected. 
 
Parameters to pass to clone thread. 
 
virtual void Execute()
Clone command execution. 
 
pthread_t DoClone(CloneWindow *, const char *, const char *)
Spawns a thread to clone. 
 
The TrackGit Window class. 
 
CloneWindow * cloneWindow
 
Header file of GitCommand. 
 
BString fRepo
The repo/directory where the command is called.