Introduce primitives in GitStore to support reviewing assistant diffs (#27576)
Release Notes: - N/A
This commit is contained in:
@@ -339,7 +339,7 @@ impl ProjectDiff {
|
||||
|
||||
let mut result = vec![];
|
||||
repo.update(cx, |repo, cx| {
|
||||
for entry in repo.status() {
|
||||
for entry in repo.cached_status() {
|
||||
if !entry.status.has_changes() {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user