gitu 0.41.0

A git client inspired by Magit
Documentation
1
2
3
4
#[derive(Debug, Clone)]
pub(crate) struct MergeStatus {
    pub head: String,
}