Enum git2::StashApplyProgress [] [src]

pub enum StashApplyProgress {
    None,
    LoadingStash,
    AnalyzeIndex,
    AnalyzeModified,
    AnalyzeUntracked,
    CheckoutUntracked,
    CheckoutModified,
    Done,
}

Variants

None

Loading the stashed data from the object database

The stored index is being analyzed

The modified files are being analyzed

The untracked and ignored files are being analyzed

The untracked files are being written to disk

The modified files are being written to disk

The stash was applied successfully

Trait Implementations

impl Debug for StashApplyProgress
[src]

[src]

Formats the value using the given formatter.