Re: [PATCH 2/2] cmd_fetch_pack(): fix constness problem and memory leak
From: Junio C Hamano <hidden> Date: 2016-06-15 22:53:43
Nguyen Thai Ngoc Duy [off-list ref] writes:
Ugh, perhaps you can convert the above to parse_options() too while
you're making changes in this part?
Please don't. A parse-opt'ification is a very low priority change for a
command nobody runs from the command line, and is not worth the hassle of
having to deal with unnecessary merge conflicts.
Do so when the codebase around the area is otherwise quiet.