unpack-trees: rename 'is_excluded_from_list()'
[gitweb.git] / transport.c
index f1fcd2c4b006dc2ece2019ac91f73a2f42bbf6bd..ee7dd1c062fc90b1f8f6a3fd4f3518d9aff58a83 100644 (file)
@@ -224,6 +224,7 @@ static int set_git_option(struct git_transport_options *opts,
                opts->no_dependents = !!value;
                return 0;
        } else if (!strcmp(name, TRANS_OPT_LIST_OBJECTS_FILTER)) {
+               list_objects_filter_die_if_populated(&opts->filter_options);
                parse_list_objects_filter(&opts->filter_options, value);
                return 0;
        }