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

Supress filepath quoting by git diff #41

Merged

Conversation

hchonan
Copy link
Contributor

@hchonan hchonan commented May 17, 2022

In create-parameter.py changed-filename set is generating with 'git diff'.
However some sitruation ( that filepath containg white space character, etc... ), git diff will output pathname with quoting.

When writting mapping filter, many people will be expect that filename path might be quoted. So, it will be convinience
that supressing quotepath feature of git.

This PR is supress quotepath of git with appending option -c core.quotepath=false

@h42zhu h42zhu merged commit 3104d92 into CircleCI-Public:main Dec 2, 2022
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