Enum git2::StashApplyProgress [−][src]
pub enum StashApplyProgress {
None,
LoadingStash,
AnalyzeIndex,
AnalyzeModified,
AnalyzeUntracked,
CheckoutUntracked,
CheckoutModified,
Done,
}Variants
Expand description
None
Expand description
Loading the stashed data from the object database
Expand description
The stored index is being analyzed
Expand description
The modified files are being analyzed
Expand description
The untracked and ignored files are being analyzed
Expand description
The untracked files are being written to disk
Expand description
The modified files are being written to disk
Expand description
The stash was applied successfully