You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic could break with particularly nasty filenames (e.g., newlines). The most robust approach is to null terminate, à la find ... -print0 or xargs -0.
I was going to take a whack at fixing this in the shell fallbacks in #158, but it's a bigger overhaul than I initially expected: we can't store the results of find -print0 in a variable. 🥲
mgree
changed the title
Summary and Commit break with "bad" filenames
bug: shell fallback for try-summary and and try-commit break on filenames with newlines
Jun 16, 2024
By @mgree:
(See the discussion in #83)
The text was updated successfully, but these errors were encountered: