Re: [PATCH] diff: report bogus input to -C/-M/-B From: Jonathan Nieder <hidden> Date: 2016-06-15 22:49:50 Jeff King wrote: Before: $ git diff -CM $ echo $? 128 After: $ git diff -CM error: invalid argument to -C: M $ echo $? 128 Yes, please. Who is it that exits(128) in this code path? Are there other functions it calls that might return an error without reporting it to stderr?
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help