Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> writes: > Here's a couple of general improvements on top of ab/bundle-wo-args, > we should also report to the user that they were missing the <file> > argument, as 2/2 here fixes. > > Ævar Arnfjörð Bjarmason (2): > builtin/bundle.c: remove superfluous "newargc" variable > bundle <cmd>: have usage_msg_opt() note the missing "<file>" > > builtin/bundle.c | 9 ++++----- > 1 file changed, 4 insertions(+), 5 deletions(-) I have no strong opinions on the second one, but the first one is a definite improvement. Will queue both. Thanks.