]> git.ipfire.org Git - thirdparty/git.git/blobdiff - list-objects-filter.h
list-objects: support filtering by tag and commit
[thirdparty/git.git] / list-objects-filter.h
index cfd784e203f30fa6d85980fb019e83c37cc935e2..9e98814111cee433ae4b3a31937ce076a5d902ca 100644 (file)
@@ -55,6 +55,8 @@ enum list_objects_filter_result {
 };
 
 enum list_objects_filter_situation {
+       LOFS_COMMIT,
+       LOFS_TAG,
        LOFS_BEGIN_TREE,
        LOFS_END_TREE,
        LOFS_BLOB