preserve mtime of local clone
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 867918d0417642b7c1bb6ccb8f88730fdea08157..1668f284f68ad3bdb0af56003b46c67fb2fd6b29 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -923,6 +923,7 @@ extern const char *git_mailmap_file;
 extern void maybe_flush_or_die(FILE *, const char *);
 extern int copy_fd(int ifd, int ofd);
 extern int copy_file(const char *dst, const char *src, int mode);
+extern int copy_file_with_time(const char *dst, const char *src, int mode);
 extern void write_or_die(int fd, const void *buf, size_t count);
 extern int write_or_whine(int fd, const void *buf, size_t count, const char *msg);
 extern int write_or_whine_pipe(int fd, const void *buf, size_t count, const char *msg);