git-restore-mtime
Version updated for https://github.com/chetan/git-restore-mtime-action to version v2.3.
- This action is used across all versions by 459 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The git-restore-mtime GitHub Action automates the process of restoring file modification timestamps in a Git repository to match their last commit times. This ensures that file timestamps accurately reflect their most recent changes, which is particularly useful for workflows or tools (e.g., S3 synchronization) that rely on correct timestamps for efficient operations. By integrating this action into workflows, developers can avoid issues related to incorrect file modification times.
Release notes
What’s Changed
- feat: Add possibility to pass command line arguments to git-restore-mtime script by @jgillis in https://github.com/chetan/git-restore-mtime-action/pull/32
New Contributors
- @jgillis made their first contribution in https://github.com/chetan/git-restore-mtime-action/pull/32
Full Changelog: https://github.com/chetan/git-restore-mtime-action/compare/v2.2...v2.3