]> git.ipfire.org Git - thirdparty/git.git/blobdiff - list-objects-filter-options.h
grep tests: move binary pattern tests into their own file
[thirdparty/git.git] / list-objects-filter-options.h
index e3adc78ebf74717d3b4e544c5bbb5215d9402a92..c54f0000fbade5608e81345a9c5dbd54137d352d 100644 (file)
@@ -13,7 +13,6 @@ enum list_objects_filter_choice {
        LOFC_BLOB_LIMIT,
        LOFC_TREE_DEPTH,
        LOFC_SPARSE_OID,
-       LOFC_SPARSE_PATH,
        LOFC__COUNT /* must be last */
 };
 
@@ -44,7 +43,6 @@ struct list_objects_filter_options {
         * choice.
         */
        struct object_id *sparse_oid_value;
-       char *sparse_path_value;
        unsigned long blob_limit_value;
        unsigned long tree_exclude_depth;
 };