Commit graph

25 commits

Author SHA1 Message Date
d75b6fbbca Work around the lack of nanosecond accuracy in busybox touch. 2025-09-12 21:18:53 +01:00
d35f4d8241 Busybox date needs -s and doesn't do nanoseconds. 2025-09-12 20:46:55 +01:00
875efc4c63 More compatibility fixes for busybox. 2025-09-12 20:34:11 +01:00
1740d54bfb Use -d, not --date, with touch to be compatible with busybox. 2025-09-12 20:14:03 +01:00
50a5ff1573 Use stat -c, not --printf, to be compatible with busybox stat. 2025-09-11 17:36:31 +01:00
aa17af4674 Document the -v flag. Add examples for decoding the databases. 2024-09-09 21:36:46 +01:00
3814fe1d66 Don't double base64 encode the xattrs. 2024-09-09 21:20:31 +01:00
e356bcb984 Use TZ=UTC for storing {m,a}times. 2024-09-09 20:55:58 +01:00
322edc11ed Add verbosity with -v option. 2024-09-09 20:53:35 +01:00
ac9b32f13b Fix example of datting to extra DB. 2024-08-25 20:06:15 +01:00
522b711313 Logic changes within the hook. Expand glob entries in the extra list. 2024-08-25 19:38:35 +01:00
cafe074f3f Add new section on adding to existing repo. Correct small peices of text. 2024-08-25 16:26:03 +01:00
31c74360b7 Refer to 'paths' not 'files'. exit with non-zero if the hook fails in docs. 2024-08-25 15:55:02 +01:00
548d33c013 Add a note about checking in .githooks/gitattributesdb/ after updating the module. 2024-08-24 21:18:37 +01:00
c8d08cfbdb Correct typo in README.md. 2024-08-24 21:15:26 +01:00
ce45f8bc7d Correct incorrect brackets around variable. 2024-08-24 21:13:26 +01:00
70cfe11629 Fix typos: gitattributs -> gitattributes. Thanks to roped. 2024-06-03 18:17:41 +01:00
9875ed4908 Add store/restore for xattrs on Linux. 2023-12-18 19:11:11 +00:00
337e1272b1 Fix typos. 2023-12-17 15:42:07 +00:00
a7e5c62d2e Add mtime/atime store/restore. 2023-12-17 15:39:43 +00:00
5b4782a61c Fix some formatting in README.md. 2023-12-16 21:32:42 +00:00
15e3e0dc6f Markup corrections. 2023-12-16 21:18:49 +00:00
24acab4fc8 Add a README.md. 2023-12-16 21:12:45 +00:00
ee3d03a63d Correct a couple of typos. 2023-12-16 20:38:11 +00:00
223b88afd7 Add gitattributesdb git hook script. 2023-12-16 20:01:26 +00:00