24#ifndef GIT_COMMIT_HANDLER_H 
   25#define GIT_COMMIT_HANDLER_H 
   46                               const wxString&               aMessage,
 
   47                               const wxString&               aAuthorName,
 
   48                               const wxString&               aAuthorEmail );
 
 
CommitResult PerformCommit(const std::vector< wxString > &aFiles, const wxString &aMessage, const wxString &aAuthorName, const wxString &aAuthorEmail)
 
void AddErrorString(const wxString &aErrorString)
 
wxString GetErrorString() const
 
GIT_COMMIT_HANDLER(git_repository *aRepo)
 
friend class LIBGIT_BACKEND
 
KIGIT_COMMON(git_repository *aRepo)
 
#define APIEXPORT
Macros which export functions from a DLL/DSO.