doc comment

This commit is contained in:
extrawurst 2022-04-24 22:34:50 +02:00
parent cce49a34b7
commit 149841c604

View file

@ -128,6 +128,7 @@ impl ChangesComponent {
.push(InternalEvent::StatusLastFileMoved);
}
} else {
// this is a staged entry, so lets unstage it
let path = tree_item.info.full_path.as_str();
sync::reset_stage(&self.repo.borrow(), path)?;
}