Add mtime/atime store/restore.

This commit is contained in:
Darren 'Tadgy' Austin 2023-12-17 15:39:43 +00:00
commit a7e5c62d2e
2 changed files with 21 additions and 10 deletions

View file

@ -1,7 +1,7 @@
GitAttributesDB
===============
This is a git hook to store/restore attributes (ownerships, permissions and - on Linux - ACLs) for files stored in a git repository, and for any extra
files configured for attribute store/restore.
This is a git hook to store/restore attributes (access/modification times, ownerships, permissions and - on Linux - ACLs) for files stored in a git
repository, and for any extra files configured for attribute store/restore.
This hook can be used in place of programs such as **etckeeper** to automatically (once set up) record and restore the attributes for files in your `/etc`
directory.