mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 19:46:29 +03:00
Clean up.
This commit is contained in:
@@ -128,6 +128,8 @@ class GitPlugin : public PluginBase {
|
||||
|
||||
void pull();
|
||||
|
||||
void fetch();
|
||||
|
||||
void stage( const std::string& file );
|
||||
|
||||
void unstage( const std::string& file );
|
||||
@@ -153,6 +155,8 @@ class GitPlugin : public PluginBase {
|
||||
void openBranchMenu( const Git::Branch& branch );
|
||||
|
||||
void openFileStatusMenu( const Git::DiffFile& file );
|
||||
|
||||
void runAsync( std::function<Git::Result()> fn, bool updateStatus, bool updateBranches );
|
||||
};
|
||||
|
||||
} // namespace ecode
|
||||
|
||||
Reference in New Issue
Block a user