aboutsummaryrefslogtreecommitdiff
path: root/supergit/src/diff.rs
blob: e92a4cd1804c99ec6603e85352f38540d229ab94 (plain)
1
2
3
4
5
/// A diff between two commits
pub struct Diff {

}