class Git::Status::Git::Status::StatusFile

Represents a single file’s status in the git repository. Each instance holds information about a file’s state in the index and working tree.

@deprecated Use {Git::StatusFileInfo}, held by {Git::StatusInfo#files},

instead; this class will be removed in v6.0.0

@api public