On Tue, Aug 10, 2021 at 11:28:41AM -0700, Jonathan Tan wrote:
grep_source_init() can create "struct grep_source" objects and,
depending on the value of the type passed, some void-pointer parameters have
different meanings. Because one of these types (GREP_SOURCE_OID) will
require an additional parameter in a subsequent patch, take the
opportunity to increase clarity and type safety by replacing this
function with individual functions for each type.
Signed-off-by: Jonathan Tan <redacted>
Like Junio said, it is very neat.
Reviewed-by: Emily Shaffer <redacted>