Clean up.

This commit is contained in:
Martín Lucas Golini
2024-01-21 17:51:16 -03:00
parent 592d94298b
commit d8f97e7258
4 changed files with 53 additions and 74 deletions

View File

@@ -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