mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Minor fix in git plugin.
This commit is contained in:
@@ -957,7 +957,7 @@ Git::Result Git::stashPush( std::vector<std::string> files, const std::string& n
|
||||
if ( keepIndex )
|
||||
args += " --keep-index";
|
||||
if ( !name.empty() )
|
||||
args += " --message " + name;
|
||||
args += " --message \"" + name + "\"";
|
||||
return gitSimple(
|
||||
String::format( "stash push --include-untracked %s -- %s", args, asList( files ) ),
|
||||
projectDir );
|
||||
|
||||
Reference in New Issue
Block a user