Skip to content

Handle quoted Git paths in allowed dirty checks - #211

Merged
codeforester merged 1 commit into
mainfrom
bug/201-20260726-git-quoted-paths
Jul 27, 2026
Merged

Handle quoted Git paths in allowed dirty checks#211
codeforester merged 1 commit into
mainfrom
bug/201-20260726-git-quoted-paths

Conversation

@codeforester

Copy link
Copy Markdown
Collaborator

Summary

  • Parse git status --porcelain=v1 -z records instead of display-oriented lines.
  • Preserve allowed-path checks for spaces, special characters, and rename/copy pairs.
  • Add regression coverage for a tracked path containing spaces.

Issue

Fixes #201

Validation

  • ./tests/validate.sh (322 tests)

@codeforester
codeforester merged commit 037d05d into main Jul 27, 2026
3 checks passed
@codeforester
codeforester deleted the bug/201-20260726-git-quoted-paths branch July 27, 2026 23:56
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.

Handle quoted Git paths in allowed dirty-path checks

1 participant