]> git.ipfire.org Git - thirdparty/git.git/blobdiff - revision.h
Merge branch 'tb/refs-exclusion-and-packed-refs'
[thirdparty/git.git] / revision.h
index 94f035fa228fd85220302daf47bbebe24bdfa40b..7f219cde62ffbd3257d1009bc007949289c05c08 100644 (file)
@@ -88,7 +88,7 @@ struct rev_cmdline_info {
 struct ref_exclusions {
        /*
         * Excluded refs is a list of wildmatch patterns. If any of the
-        * patterns matches, the reference will be excluded.
+        * patterns match, the reference will be excluded.
         */
        struct string_list excluded_refs;