Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'archive.h')
-rw-r--r--archive.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/archive.h b/archive.h
index 08bed3ed3a..bbe65ba0f9 100644
--- a/archive.h
+++ b/archive.h
@@ -1,8 +1,8 @@
#ifndef ARCHIVE_H
#define ARCHIVE_H
-#include "cache.h"
#include "pathspec.h"
+#include "string-list.h"
struct repository;
struct pretty_print_context;
@@ -16,6 +16,7 @@ struct archiver_args {
struct tree *tree;
const struct object_id *commit_oid;
const struct commit *commit;
+ const char *mtime_option;
timestamp_t time;
struct pathspec pathspec;
unsigned int verbose : 1;