43const std::vector<std::pair<std::string, std::vector<CommitDetails>>>&
 
virtual PullResult PerformPull(GIT_PULL_HANDLER *aHandler)=0
 
virtual bool PerformFetch(GIT_PULL_HANDLER *aHandler, bool aSkipLock)=0
 
void ReportProgress(int aCurrent, int aTotal, const wxString &aMessage)
 
bool PerformFetch(bool aSkipLock=false)
 
const std::vector< std::pair< std::string, std::vector< CommitDetails > > > & GetFetchResults() const
 
GIT_PULL_HANDLER(KIGIT_COMMON *aCommon)
 
void UpdateProgress(int aCurrent, int aTotal, const wxString &aMessage) override
 
std::vector< std::pair< std::string, std::vector< CommitDetails > > > m_fetchResults
 
KIGIT_REPO_MIXIN(KIGIT_COMMON *aCommon)
 
GIT_BACKEND * GetGitBackend()