24#ifndef GIT_INIT_HANDLER_H 
   25#define GIT_INIT_HANDLER_H 
   74    void UpdateProgress( 
int aCurrent, 
int aTotal, 
const wxString& aMessage ) 
override;
 
 
bool IsRepository(const wxString &aPath)
Check if a directory is already a git repository.
 
GIT_INIT_HANDLER(KIGIT_COMMON *aCommon)
 
InitResult InitializeRepository(const wxString &aPath)
Initialize a new git repository in the specified directory.
 
bool SetupRemote(const RemoteConfig &aConfig)
Set up a remote for the repository.
 
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.
 
KIGIT_COMMON::GIT_CONN_TYPE connType