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-bulk): quiet find errors by default #1196

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

pierreay
Copy link
Contributor

It may be a bad experience for a user to see a bunch of find errors (e.g., file name too long, no permissions, etc.) when using git-bulk. I feel like it is not the job of the tool to report all errors that find can throws when searching all files under a hierarchy. Therefore, I quiet the find errors by default in this PR. If showing its errors is really on purpose, maybe we could create a flag to do so?

@pierreay pierreay marked this pull request as ready for review February 17, 2025 06:35
Copy link
Collaborator

@hyperupcall hyperupcall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, sounds reasonable to me!

@spacewander spacewander merged commit 1a9b0c2 into tj:main Feb 20, 2025
5 checks passed
@spacewander
Copy link
Collaborator

@pierreay
Merged. Thanks!

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.

3 participants