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

performance: don't create subshells #193

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

andreineculau
Copy link
Collaborator

I have some repos with many many files.
I haven't checked the git history for a reason on using a for loop and subshell and bash pattern checking instead, but going with piping and grep and sed makes a night and day difference.

@andreineculau andreineculau requested a review from jmurty January 30, 2025 17:12
@andreineculau
Copy link
Collaborator Author

andreineculau commented Jan 30, 2025

Git blame took me to #173 6e557df which fixed support for double-quoted filenames...

EDIT: closed the issue (I was author). Thank you for the fix @jmurty 🙌 🙇

transcrypt Outdated Show resolved Hide resolved
@andreineculau
Copy link
Collaborator Author

andreineculau commented Jan 30, 2025

TDD FTW 🚀 Failing on

not ok 33 crypt: handle challenging file names when 'core.quotePath=true'

Will have a look and see what could be the alternative

EDIT: no cigar. Pausing efforts

transcrypt Outdated Show resolved Hide resolved
transcrypt Outdated Show resolved Hide resolved
transcrypt Outdated Show resolved Hide resolved
transcrypt Outdated Show resolved Hide resolved
transcrypt Outdated Show resolved Hide resolved
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