More git plugin fixes.

This commit is contained in:
Martín Lucas Golini
2024-01-27 21:31:51 -03:00
parent 4cd44bf041
commit 2ae84f7c9d
10 changed files with 90 additions and 13 deletions

View File

@@ -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 );
};