Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'dl/complete-cherry-pick-revert-skip'
[gitweb.git]
/
transport.c
diff --git
a/transport.c
b/transport.c
index 662a2d9ae0bfb0a82596bc693d30e7f49595b934..ae558af94414bfba0592c0915a0cd552438c4f1f 100644
(file)
--- a/
transport.c
+++ b/
transport.c
@@
-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;
}