Thanks, I'll check it out. On Mon, Aug 2, 2021 at 11:08 AM Jeff King <peff@xxxxxxxx> wrote: > > On Mon, Aug 02, 2021 at 10:46:53AM -0700, Joseph Jenne wrote: > > > What did you do before the bug happened? (Steps to reproduce your issue) > > used `git log`, exiting the viewer (`less`) before reading the entire > > commit history of the project > > What did you expect to happen? (Expected behavior) > > normal exit with status code 0 > > What happened instead? (Actual behavior) > > git log dies to SIGPIPE after `less` exits > > What's different between what you expected and what actually happened? > > git does not exit normally as would be expected > > FWIW, there was a discussion about this a few months ago: > > https://lore.kernel.org/git/YAG%2FvzctP4JwSp5x@xxxxxxxxxxxxxxx/ > > -Peff