Re: [PATCH 3/5] commit-graph: use parse_options_concat()
From: Taylor Blau <hidden> Date: 2021-02-15 19:54:35
On Mon, Feb 15, 2021 at 01:51:35PM -0500, Taylor Blau wrote:
Another nitpick, but I'd rather see the initialization of "options" and
its declaration be on the same line, after declaring
builtin_commit_graph_verify_options.
Ignore me; the NULL initialization is important.
Thanks,
Taylor