Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'cc/split-index-config'
[gitweb.git]
/
sha1_file.c
diff --git
a/sha1_file.c
b/sha1_file.c
index 2ee3c617a6b45bc0dd52b634bbecec4d011a74bf..f1c83a92487818e40af3b0abd032d448d1838760 100644
(file)
--- a/
sha1_file.c
+++ b/
sha1_file.c
@@
-667,7
+667,7
@@
static int freshen_file(const char *fn)
* either does not exist on disk, or has a stale mtime and may be subject to
* pruning).
*/
-
static
int check_and_freshen_file(const char *fn, int freshen)
+int check_and_freshen_file(const char *fn, int freshen)
{
if (access(fn, F_OK))
return 0;