summaryrefslogtreecommitdiffstats
path: root/git-archive.txt
diff options
context:
space:
mode:
Diffstat (limited to 'git-archive.txt')
-rw-r--r--git-archive.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/git-archive.txt b/git-archive.txt
index 60c040988..6bab201d3 100644
--- a/git-archive.txt
+++ b/git-archive.txt
@@ -86,6 +86,11 @@ cases, write an untracked file and use `--add-file` instead.
Look for attributes in .gitattributes files in the working tree
as well (see <<ATTRIBUTES>>).
+--mtime=<time>::
+ Set modification time of archive entries. Without this option
+ the committer time is used if `<tree-ish>` is a commit or tag,
+ and the current time if it is a tree.
+
<extra>::
This can be any options that the archiver backend understands.
See next section.