Introduce primitives in GitStore to support reviewing assistant diffs (#27576)
Release Notes: - N/A
This commit is contained in:
@@ -2259,7 +2259,7 @@ impl GitPanel {
|
||||
|
||||
let repo = repo.read(cx);
|
||||
|
||||
for entry in repo.status() {
|
||||
for entry in repo.cached_status() {
|
||||
let is_conflict = repo.has_conflict(&entry.repo_path);
|
||||
let is_new = entry.status.is_created();
|
||||
let staging = entry.status.staging();
|
||||
|
||||
Reference in New Issue
Block a user