Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/delta-islands-progress-fix' into maint
[gitweb.git]
/
list-objects-filter-options.h
diff --git
a/list-objects-filter-options.h
b/list-objects-filter-options.h
index e3adc78ebf74717d3b4e544c5bbb5215d9402a92..c54f0000fbade5608e81345a9c5dbd54137d352d 100644
(file)
--- a/
list-objects-filter-options.h
+++ b/
list-objects-filter-options.h
@@
-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;
};