Merge branch 'hs/gpgsm'
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 87785fc83218cff355f02e2e92a7f819594e5b15..8cf62b5aaaad65c070ec53af9aa0e0890857e497 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -868,16 +868,13 @@ void reset_shared_repository(void);
  * Do replace refs need to be checked this run?  This variable is
  * initialized to true unless --no-replace-object is used or
  * $GIT_NO_REPLACE_OBJECTS is set, but is set to false by some
- * commands that do not want replace references to be active.  As an
- * optimization it is also set to false if replace references have
- * been sought but there were none.
+ * commands that do not want replace references to be active.
  */
-extern int check_replace_refs;
+extern int read_replace_refs;
 extern char *git_replace_ref_base;
 
 extern int fsync_object_files;
 extern int core_preload_index;
-extern int core_commit_graph;
 extern int core_apply_sparse_checkout;
 extern int precomposed_unicode;
 extern int protect_hfs;