]> git.ipfire.org Git - thirdparty/git.git/blobdiff - diff.h
commit-graph: avoid leaking topo_levels slab in write_commit_graph()
[thirdparty/git.git] / diff.h
diff --git a/diff.h b/diff.h
index 9665e220063cd9543528c64b17f57dc761bad028..2ff2b1c7f2ca05ca8c2c194f6a7447fb0965dbed 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -178,6 +178,7 @@ struct diff_flags {
        unsigned diff_from_contents;
        unsigned dirty_submodules;
        unsigned ignore_untracked_in_submodules;
+       unsigned ignore_submodule_set;
        unsigned ignore_dirty_submodules;
        unsigned override_submodule_config;
        unsigned dirstat_by_line;