bug: shell fallback for try-summary and and try-commit break on filenames with newlines
Open
bug
- Dominant language
- Shell
- Stars
- 5.5k
- Forks
- 81
- Avg merge
- 1m
- Merged PRs (30d)
- 1
Description
By @mgree:
> 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`.
(See the discussion in #83)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.