gitu 0.41.0

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