Class PDJE_GitHandler

Class Documentation

class PDJE_GitHandler

Public Functions

bool Save(const std::string &tracingFile, const std::string &timeStamp)
bool Undo()
bool Redo()
bool Go(const std::string &branchName, git_oid *commitID)
std::string GetLogWithJSONGraph()
inline bool UpdateLog()
inline bool UpdateLog(const std::string &branchName)
DiffResult GetDiff(const gitwrap::commit &oldTimeStamp, const gitwrap::commit &newTimeStamp)
bool DeleteGIT(const std::string &path)
bool Open(const std::string &path)
bool Close()
PDJE_GitHandler(const std::string &auth_name, const std::string &auth_email)
~PDJE_GitHandler()

Public Members

std::string RecentERR
GitWrapper gw