"Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > From: Johannes Schindelin <johannes.schindelin@xxxxxx> > > This patch lets `range-diff` validate the arguments not only when > invoked with one or two arguments, but also in the code path where three > arguments are handled. > > While at it, we now use `usage_msg_opt*()` consistently. > > Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> > --- > builtin/range-diff.c | 41 +++++++++++++++++++++++++++++------------ > 1 file changed, 29 insertions(+), 12 deletions(-) Very nice. The updated series is worth having if only for this step. Very very pleasing.