Struct commitList
Defined in File editorCommit.hpp
Struct Documentation
-
struct commitList
Container of commits ordered from oldest to newest.
Public Functions
-
inline void Reset()
Clear the stored commit list.
-
bool UpdateCommits(git_repository *repo)
-
bool OkToAdd(git_oid id)
Public Members
-
std::list<commit> clist
-
inline void Reset()