Skip to content

docs(roadmap): add #408 — status workspace.changed_files ambiguous (untracked included?)#2951

Open
code-yeongyu wants to merge 1 commit intomainfrom
docs/roadmap-408-status-changed-files-ambiguous
Open

docs(roadmap): add #408 — status workspace.changed_files ambiguous (untracked included?)#2951
code-yeongyu wants to merge 1 commit intomainfrom
docs/roadmap-408-status-changed-files-ambiguous

Conversation

@code-yeongyu
Copy link
Copy Markdown
Collaborator

Pinpoint #408

status --output-format json on workspace with 5 untracked files:

{"workspace":{
  "changed_files":5,
  "staged_files":0,
  "unstaged_files":0,
  "untracked_files":5,
  "git_state":"dirty · 5 files · 5 untracked"
}}

changed_files==untracked_files — does changed_files include untracked? Unclear. Also git_state prose duplicates the integer fields.

ROADMAP.md only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant