When generating a tarball with `git archive <tree>`, `git archive` will use the current time as the mtime. This results in a non-hermetic tarball. Could we should add a --mtime option that allows passing in the time? Thanks!
When generating a tarball with `git archive <tree>`, `git archive` will use the current time as the mtime. This results in a non-hermetic tarball. Could we should add a --mtime option that allows passing in the time? Thanks!