]> git.ipfire.org Git - thirdparty/git.git/blobdiff - fast-import.c
fast-import: introduce "feature notes" command
[thirdparty/git.git] / fast-import.c
index 74f08bd554ae4cab1dc9ee38272376e5cbec1200..ff56ea28918dd706f57617632c82336654db3543 100644 (file)
@@ -2821,6 +2821,8 @@ static int parse_one_feature(const char *feature, int from_stream)
                relative_marks_paths = 0;
        } else if (!prefixcmp(feature, "force")) {
                force_update = 1;
+       } else if (!strcmp(feature, "notes")) {
+               ; /* do nothing; we have the feature */
        } else {
                return 0;
        }