mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-02 19:46:29 +03:00
Improve git status parsing.
This commit is contained in:
@@ -235,7 +235,7 @@ class GitStatusModel : public Model {
|
||||
case Column::Removed:
|
||||
return Variant( String::format( "-%d ", s.deletes ) );
|
||||
case Column::State:
|
||||
return Variant( String::format( "%c", s.status ) );
|
||||
return Variant( String::format( "%c", s.statusChar ) );
|
||||
case Column::RelativeDirectory:
|
||||
return Variant( FileSystem::fileRemoveFileName( s.file ) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user