Re: [PATCH 5/4] sq_quote_argv: drop maxlen parameter

2018-01-12 Thread Junio C Hamano
Jeff King writes: > No caller passes anything but "0" for this parameter, which > requests that the function ignore it completely. In fact, in > all of history there was only one such caller, and it went > away in 7f51f8bc2b (alias: use run_command api to execute > aliases, 2011-01-07). > > Signe

[PATCH 5/4] sq_quote_argv: drop maxlen parameter

2018-01-12 Thread Jeff King
No caller passes anything but "0" for this parameter, which requests that the function ignore it completely. In fact, in all of history there was only one such caller, and it went away in 7f51f8bc2b (alias: use run_command api to execute aliases, 2011-01-07). Signed-off-by: Jeff King --- Just a c