]> git.ipfire.org Git - thirdparty/git.git/blobdiff - transport.c
Merge branch 'tg/push-all-in-mirror-forbidden'
[thirdparty/git.git] / transport.c
index 662a2d9ae0bfb0a82596bc693d30e7f49595b934..ae558af94414bfba0592c0915a0cd552438c4f1f 100644 (file)
@@ -230,6 +230,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;
        }