This commit is contained in:
2021-11-24 17:22:10 +01:00
parent ddce614009
commit e516a652f5

View File

@@ -90,7 +90,7 @@ pub struct RepoStatus {
pub head: Option<String>, pub head: Option<String>,
// None(_) => Could not get changes (e.g. because it's a worktree setup // None(_) => Could not get changes (e.g. because it's a worktree setup)
// Some(None) => No changes // Some(None) => No changes
// Some(Some(_)) => Changes // Some(Some(_)) => Changes
pub changes: Option<Option<RepoChanges>>, pub changes: Option<Option<RepoChanges>>,