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
{{ message }}
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
When path-git-format is used in a pipeline with commands that close the pipe early (like head -n 1, fzf, or similar), it crashes with a BrokenPipe error instead of exiting gracefully.
Problem
When
path-git-formatis used in a pipeline with commands that close the pipe early (likehead -n 1,fzf, or similar), it crashes with aBrokenPipeerror instead of exiting gracefully.Example