Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(git_status): use -z over --porcelain #3301

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jamestrew
Copy link
Contributor

@jamestrew jamestrew commented Sep 22, 2024

-z is more machine parse-able than --porcelain. But this requires splitting NUL delimited entries. Adds support for this in async_oneshot_finder/LinesPipe.

We might want to do this last part slightly differently though.

`-z` is more machine parse-able than `--porcelain`.
But this requires splitting NUL delimited entries. Adds support for this
in `async_oneshot_finder`/`LinesPipe`
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