Function gr::git::status

source ยท
pub fn status(
    exec: Arc<impl TaskRunner<Response = Response>>,
) -> Result<CmdInfo>
Expand description

Gather the status of the local git repository.

Takes a [Runner] as a parameter and returns a result encapsulating a CmdInfo::StatusModified. Untracked files are not being considered.