mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-03 03:56:30 +03:00
More git plugin fixes.
This commit is contained in:
@@ -166,6 +166,8 @@ class GitPlugin : public PluginBase {
|
||||
|
||||
void discard( const std::string& file );
|
||||
|
||||
void diff( const std::string& file );
|
||||
|
||||
void openFile( const std::string& file );
|
||||
|
||||
void updateStatus( bool force = false );
|
||||
@@ -195,6 +197,8 @@ class GitPlugin : public PluginBase {
|
||||
|
||||
std::string repoSelected();
|
||||
|
||||
std::string fixFilePath( const std::string& file );
|
||||
|
||||
std::vector<std::string> fixFilePaths( const std::vector<std::string>& files );
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user