aboutsummaryrefslogtreecommitdiffstats
path: root/list-objects-filter-options.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-08-11 18:04:12 -0700
committerJunio C Hamano <gitster@pobox.com>2020-08-11 18:04:13 -0700
commit73a925516604df7a95ad69b8d650275eb4ab270f (patch)
tree2789493d2cf88c7425b3d975d6e534321a705982 /list-objects-filter-options.h
parentMerge branch 'es/worktree-doc-cleanups' (diff)
parentt5616: use test_i18ngrep for upload-pack errors (diff)
downloadgit-73a925516604df7a95ad69b8d650275eb4ab270f.tar.gz
git-73a925516604df7a95ad69b8d650275eb4ab270f.zip
Merge branch 'tb/upload-pack-filters'
The component to respond to "git fetch" request is made more configurable to selectively allow or reject object filtering specification used for partial cloning. * tb/upload-pack-filters: t5616: use test_i18ngrep for upload-pack errors upload-pack.c: introduce 'uploadpackfilter.tree.maxDepth' upload-pack.c: allow banning certain object filter(s) list_objects_filter_options: introduce 'list_object_filter_config_name'
Diffstat (limited to 'list-objects-filter-options.h')
-rw-r--r--list-objects-filter-options.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/list-objects-filter-options.h b/list-objects-filter-options.h
index 73fffa4ad7..01767c3c96 100644
--- a/list-objects-filter-options.h
+++ b/list-objects-filter-options.h
@@ -17,6 +17,12 @@ enum list_objects_filter_choice {
LOFC__COUNT /* must be last */
};
+/*
+ * Returns a configuration key suitable for describing the given object filter,
+ * e.g.: "blob:none", "combine", etc.
+ */
+const char *list_object_filter_config_name(enum list_objects_filter_choice c);
+
struct list_objects_filter_options {
/*
* 'filter_spec' is the raw argument value given on the command line