]> git.ipfire.org Git - thirdparty/git.git/blobdiff - repository.h
l10n: it.po: update the Italian translation for Git 2.24.0 round #2
[thirdparty/git.git] / repository.h
index fe0b5f5dc673ba5c1e8012f049717bb98abdbe52..fe421978130fd443b24de16152e8feca0679372b 100644 (file)
@@ -125,6 +125,9 @@ struct repository {
        /* A unique-id for tracing purposes. */
        int trace2_repo_id;
 
+       /* True if commit-graph has been disabled within this process. */
+       int commit_graph_disabled;
+
        /* Configurations */
 
        /* Indicate if a repository has a different 'commondir' from 'gitdir' */