Re: [PATCH 1/3] revision.c: introduce --min-parents and --max-parents
From: Junio C Hamano <hidden> Date: 2016-06-15 22:50:48
Jonathan Nieder [off-list ref] writes:
Is there a reason not to choose a convention for which
rev.max_parents = 1;
works?
I also hate the peculiar convention used in this patch. Is it worth this
ugliness to avoid adding a line in init_revisions() to initialize it to
the infinity value?