24#ifndef GIT_CONFIG_HANDLER_H 
   25#define GIT_CONFIG_HANDLER_H 
   58    void UpdateProgress( 
int aCurrent, 
int aTotal, 
const wxString& aMessage ) 
override;
 
 
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)
 
wxString GetWorkingDirectory()
Get the repository working directory path.
 
bool GetConfigString(const wxString &aKey, wxString &aValue)
Get a string value from git config.
 
virtual void UpdateProgress(int aCurrent, int aTotal, const wxString &aMessage)
 
KIGIT_REPO_MIXIN(KIGIT_COMMON *aCommon)
 
#define APIEXPORT
Macros which export functions from a DLL/DSO.