git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Non-zero exit code of custom filter process is not handled
@ 2023-04-26 14:21 Michael Voříšek - ČVUT FJFI
  2023-04-27  8:40 ` Jeff King
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Voříšek - ČVUT FJFI @ 2023-04-26 14:21 UTC (permalink / raw)
  To: git

Hello everyone,


I would like to report https://github.com/gitgitgadget/git/issues/1516 .

When a custom filter process exits with a non-zero code, the git 
currently tries to decode the response, even if it should fail and let 
the user know the problem is not the payload, but instead of the filter 
process.

You can reproduce this with setting a git filter to "php 
non-existent.php", in this case the filter (php binary) will exit with 
non-zero code. Currently "fatal: protocol error: bad line length 
character: Coul" is printed which is very hard to understand as even not 
the whole error string is shown.

Thank you for looking into this.


With kind regards / Mit freundlichen Grüßen / S přátelským pozdravem,

Michael Voříšek, student
ČVUT FJFI



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-27  8:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-26 14:21 Non-zero exit code of custom filter process is not handled Michael Voříšek - ČVUT FJFI
2023-04-27  8:40 ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).