github / github/app

[Bugs] The changes window is not showing all local git staged files.

Đang mở
#496 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Bugs
Ngôn ngữ chính
Không có dữ liệu ngôn ngữ
Star
2.1k
Fork
153
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

**Mood:** 😔
**Category:** Bugs

The changes window is not showing all local git staged files. It shows correctly "5 files", but is missing one in both the list and the tree view.

Image

vs

(Fork, correctly showing all 5 files)

Image

Not sure if this is helpful, but asked the agent to help possibly identify root cause ("App uses collapsed untracked mode (normal) instead of -uall when building file list/count consistency."). Repro: "Create untracked file in a new nested directory, compare app list vs git status --porcelain=v1 -uall"

````bash
git status --porcelain=v1
M docs/auth.md
M docs/index.md
M tests/e2e/site.spec.ts
?? server/routes/auth/signature-365/
?? tests/auth/signature-365-login-route.test.ts
````

vs

````bash
git status --porcelain=v1 -uall
M docs/auth.md
M docs/index.md
M tests/e2e/site.spec.ts
?? server/routes/auth/signature-365/login.get.ts
?? tests/auth/signature-365-login-route.test.ts
````

---
| Field | Value |
| --- | --- |
| App version | 0.2.11 |
| OS | Windows 10.0.26200 |
| Theme | GitHub |
| Path | /chat |
| Tenure | Week 2 |

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.