gitu 0.41.0

A git client inspired by Magit
Documentation
1
2
3
4
5
#[derive(Debug)]
pub(crate) struct Commit {
    pub hash: String,
    pub details: String,
}