Merge branch 'sg/doc-show-branch-typofix'
[gitweb.git] / read-cache.c
index 1df5c16dbc31d444b98478bc892821bf1e2dda85..d57958233e82df6551fdc890f1238ae65beb8940 100644 (file)
@@ -345,7 +345,7 @@ static int is_racy_stat(const struct index_state *istate,
                );
 }
 
-static int is_racy_timestamp(const struct index_state *istate,
+int is_racy_timestamp(const struct index_state *istate,
                             const struct cache_entry *ce)
 {
        return (!S_ISGITLINK(ce->ce_mode) &&