diff options
Diffstat (limited to 'repository.h')
-rw-r--r-- | repository.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/repository.h b/repository.h index 3901ce0b65..b385ca3c94 100644 --- a/repository.h +++ b/repository.h @@ -23,12 +23,14 @@ enum fetch_negotiation_setting { FETCH_NEGOTIATION_NONE = 0, FETCH_NEGOTIATION_DEFAULT = 1, FETCH_NEGOTIATION_SKIPPING = 2, + FETCH_NEGOTIATION_NOOP = 3, }; struct repo_settings { int initialized; int core_commit_graph; + int commit_graph_read_changed_paths; int gc_write_commit_graph; int fetch_write_commit_graph; |