Skip to content

fix: ignore sparse checkout skip-worktree entries#172

Merged
Dimillian merged 1 commit intoDimillian:mainfrom
rex993:fix
Jan 21, 2026
Merged

fix: ignore sparse checkout skip-worktree entries#172
Dimillian merged 1 commit intoDimillian:mainfrom
rex993:fix

Conversation

@rex993
Copy link
Contributor

@rex993 rex993 commented Jan 21, 2026

Summary

  • filter git status entries flagged as skip-worktree so sparse checkout files don’t show as deletions

Problem

Workspaces using sparse checkout reported unstaged deletions for paths outside the sparse set. These files are intentionally missing from the working tree but still exist in the index with the skip-worktree flag, so libgit2 surfaced them as removed.

Testing

  • npm run tauri dev

@Dimillian
Copy link
Owner

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. 👍

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@Dimillian Dimillian merged commit c05bdcc into Dimillian:main Jan 21, 2026
5 checks passed
gersmann pushed a commit to gersmann/codex-monitor-web that referenced this pull request Mar 10, 2026
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.

2 participants