Re: [PATCH 1/3] gitweb: Move check-ref-format code into separate function
From: Junio C Hamano <hidden> Date: 2016-06-15 22:59:22
Jakub Narębski [off-list ref] writes:
Stricly speaking pure refactoring (no functional change, e.g. no assign
to $input) would be "check_ref_format($input) or return undef;", or even
"return check_ref_format($input);" if we keep check_ref_format() passthru
on valid refname.