list_objects_filter_options: introduce 'list_object_filter_config_name'
authorTaylor Blau <redacted>
Fri, 31 Jul 2020 20:26:26 +0000 (16:26 -0400)
committerJunio C Hamano <redacted>
Tue, 4 Aug 2020 01:03:24 +0000 (18:03 -0700)
commitb9ea214795b89e0455bbe92fab5d30d1f3a4cc6d
tree5c020eed4d254c6d08517d82e81e0658f580c980
parenta08a83db2bf27f015bec9a435f6d73e223c21c5e
list_objects_filter_options: introduce 'list_object_filter_config_name'

In a subsequent commit, we will add configuration options that are
specific to each kind of object filter, in which case it is handy to
have a function that translates between 'enum
list_objects_filter_choice' and an appropriate configuration-friendly
string.

Signed-off-by: Taylor Blau <redacted>
Acked-by: Jeff King <redacted>
Signed-off-by: Junio C Hamano <redacted>
list-objects-filter-options.c
list-objects-filter-options.h
git clone https://git.99rst.org/PROJECT