mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 19:46:29 +03:00
Move git models to its own source files.
This commit is contained in:
@@ -24,6 +24,14 @@ namespace ecode {
|
||||
class Git;
|
||||
class GitBranchModel;
|
||||
|
||||
static constexpr const char* GIT_EMPTY = "";
|
||||
static constexpr const char* GIT_SUCCESS = "success";
|
||||
static constexpr const char* GIT_ERROR = "error";
|
||||
static constexpr const char* GIT_BOLD = "bold";
|
||||
static constexpr const char* GIT_NOT_BOLD = "notbold";
|
||||
static constexpr const char* GIT_TAG = "tag";
|
||||
static constexpr const char* GIT_REPO = "repo";
|
||||
|
||||
class GitPlugin : public PluginBase {
|
||||
public:
|
||||
static PluginDefinition Definition() {
|
||||
|
||||
Reference in New Issue
Block a user