Re: [PATCHv5 6/8] clone: clarify option_reference as required

2016-08-23 Thread Jacob Keller
On Mon, Aug 15, 2016 at 2:53 PM, Stefan Beller wrote: > In the next patch we introduce optional references; To better distinguish > between optional and required references we rename the variable. > Makes sense. It's a bit weird to process "option_required_reference" but I think it is reasonable.

[PATCHv5 6/8] clone: clarify option_reference as required

2016-08-15 Thread Stefan Beller
In the next patch we introduce optional references; To better distinguish between optional and required references we rename the variable. Signed-off-by: Stefan Beller --- builtin/clone.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/builtin/clone.c b/builtin/clone.