Type Definition git_index::entry::Stage

source ·
pub type Stage = u32;
Expand description

The stage of an entry, one of 0 = base, 1 = ours, 2 = theirs