Constant clefviewer::build::GIT_STATUS_FILE

source ·
pub const GIT_STATUS_FILE: &str = r#""#;
Expand description

The Git working tree status as a list of files with their status, similar to git status. Each line of the list is preceded with *, followed by the file name. Files marked (dirty) have unstaged changes. Files marked (staged) have staged changes.

This constant will be empty if the working tree status cannot be determined.