Skip to main content

FileTreeGitView

Type Alias FileTreeGitView 

Source
pub type FileTreeGitView = FileTreeChangeView;
Expand description

Compatibility alias for the previous Git-specific display mode name.

Aliased Type§

pub enum FileTreeGitView {
    AllFiles,
    ChangedOnly,
}

Variants§

§

AllFiles

Show all files under the configured root.

§

ChangedOnly

Show only changed files and ancestor directories needed to group them.