Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ds/reachable-first-parent-fix'
[gitweb.git]
/
read-cache.c
diff --git
a/read-cache.c
b/read-cache.c
index 1df5c16dbc31d444b98478bc892821bf1e2dda85..d57958233e82df6551fdc890f1238ae65beb8940 100644
(file)
--- a/
read-cache.c
+++ b/
read-cache.c
@@
-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) &&