24#ifndef GIT_CONFIG_HANDLER_H
25#define GIT_CONFIG_HANDLER_H
57 void UpdateProgress(
int aCurrent,
int aTotal,
const wxString& aMessage )
override;
virtual ~GIT_CONFIG_HANDLER()
GitUserConfig GetUserConfig()
Get user configuration (name and email) from git config Falls back to common settings if not found in...
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.