]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ref-filter.h
l10n: sv.po: Update Swedish translation (3199t0f0u)
[thirdparty/git.git] / ref-filter.h
index e738c5dfd364cf6e79ff48d5f154824fb94dc8a8..c20167aa3c785f0060147204d963537f58617570 100644 (file)
@@ -51,8 +51,9 @@ struct ref_array {
 
 struct ref_filter {
        const char **name_patterns;
-       struct sha1_array points_at;
+       struct oid_array points_at;
        struct commit_list *with_commit;
+       struct commit_list *no_commit;
 
        enum {
                REF_FILTER_MERGED_NONE = 0,