convert: update generic functions to only use generic data structures
commit7ddb9b2ca9f5a1ebb8a13744575ec3e6879c5f7e
authorBen Peart <peartben@gmail.com>
Fri, 5 May 2017 15:27:59 +0000 (5 11:27 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 May 2017 04:01:57 +0000 (15 13:01 +0900)
tree4fc4254b572194d093d04e7b68e856ee4bc0b8ff
parent1b0b46ee3b310b66023423ba32f023d923d7cb0e
convert: update generic functions to only use generic data structures

Update all functions that are going to be moved into a reusable module
so that they only work with the reusable data structures.  Move code
that is specific to the filter out into the filter specific functions.

Signed-off-by: Ben Peart <benpeart@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
convert.c