Merge branch 'rs/archive-mtime'
commit5e572aaa5d5b116739e586be615c1ed7d7d3e9d1
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2023 18:08:57 +0000 (27 10:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2023 18:08:57 +0000 (27 10:08 -0800)
tree83fb7190a398731fb1ed8c82b3592155ca09d289
parentb8840a72e25176681eaeea88d9a61aa4a02738cf
parentfd2da4b1ea871df317322f33e82cb3aa1f95ee10
Merge branch 'rs/archive-mtime'

"git archive HEAD^{tree}" records the paths with the current
timestamp in the archive, making it harder to obtain a stable
output.  The command learned the --mtime option to specify an
arbitrary timestamp (e.g. --mtime="@0 +0000" for the epoch).

* rs/archive-mtime:
  archive: add --mtime
archive.c