mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 19:46:29 +03:00
Make Git plugin less verbose.
This commit is contained in:
@@ -349,10 +349,6 @@ class Git {
|
||||
|
||||
GitStatusReport statusFromShortStatusStr( const std::string_view& statusStr );
|
||||
|
||||
void setLogLevel( LogLevel logLevel ) { mLogLevel = logLevel; }
|
||||
|
||||
LogLevel getLogLevel() const { return mLogLevel; }
|
||||
|
||||
void setSilent( bool set ) { mSilent = set; }
|
||||
|
||||
bool isSilent() const { return mSilent; }
|
||||
@@ -370,7 +366,6 @@ class Git {
|
||||
std::string mProjectPath;
|
||||
std::string mGitFolder;
|
||||
std::vector<std::string> mSubModules;
|
||||
LogLevel mLogLevel{ LogLevel::Error };
|
||||
Mutex mSubModulesMutex;
|
||||
bool mSubModulesUpdated{ false };
|
||||
bool mSilent{ false };
|
||||
|
||||
Reference in New Issue
Block a user