virtual bool GetConfigString(GIT_CONFIG_HANDLER *aHandler, const wxString &aKey, wxString &aValue)=0
 
virtual wxString GetWorkingDirectory(GIT_STATUS_HANDLER *aHandler)=0
 
virtual ~GIT_CONFIG_HANDLER()
 
GitUserConfig GetUserConfig()
Get user configuration (name and email) from git config Falls back to common settings if not found in...
 
GIT_CONFIG_HANDLER(KIGIT_COMMON *aCommon)
 
void UpdateProgress(int aCurrent, int aTotal, const wxString &aMessage) override
 
wxString GetWorkingDirectory()
Get the repository working directory path.
 
bool GetConfigString(const wxString &aKey, wxString &aValue)
Get a string value from git config.
 
void ReportProgress(int aCurrent, int aTotal, const wxString &aMessage)
 
KIGIT_REPO_MIXIN(KIGIT_COMMON *aCommon)
 
virtual COMMON_SETTINGS * GetCommonSettings() const
 
GIT_BACKEND * GetGitBackend()
 
PGM_BASE & Pgm()
The global program "get" accessor.
 
wxLogTrace helper definitions.