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

Allow ignoring untracked files when ad-hoc packaging with Git #132

Open
akx opened this issue Jan 11, 2021 · 0 comments
Open

Allow ignoring untracked files when ad-hoc packaging with Git #132

akx opened this issue Jan 11, 2021 · 0 comments

Comments

@akx
Copy link
Member

akx commented Jan 11, 2021

Since we use git ls-files -ocz, untracked files also get included in ad-hoc runs, which may not always be what you want.

This behavior should be configurable, likely by way of an top-level command line parameter (which can also be an envvar thanks to Click).

The option should drop the o, so make it git ls-files -cz.

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

No branches or pull requests

1 participant