1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Tim Byrne
8c6a96545d Add organization and documentation to hooks collection 2020-01-10 08:37:24 -06:00
Martin Zuther
0009bb350b get rid of echo 2019-12-30 00:43:24 +01:00
Martin Zuther
499837bd80 apply code review changes 2019-12-30 00:34:27 +01:00
Martin Zuther
9c9a750009 get rid of dependencies (pure bash) 2019-12-29 15:53:01 +01:00
Martin Zuther
45b218d5c1 support encrypted files in "yadm list"
* export some helper functions to hooks
2019-12-29 15:21:55 +01:00
Martin Zuther
bd19e31c6e get rid of dirname 2019-12-29 12:51:29 +01:00
Martin Zuther
3c204119fb select one of several checksum commands 2019-12-28 22:35:55 +01:00
Martin Zuther
c190333fdf correctly export array to subscript
* fix shellcheck errors and warnings
2019-12-28 16:09:19 +01:00
Martin Zuther
0b79b461a6 change checksum algorithm to SHA-512
* SHA-512/256 doesn't seem to be supported on OS X
  (see https://ss64.com/osx/shasum.html)
2019-12-28 11:17:52 +01:00
Martin Zuther
e9720fb1c3 add quotes to support spaces in filenames 2019-12-27 23:39:06 +01:00
Martin Zuther
e96345eb87 re-factor hooks
* gracefully pass missing dependencies (grep and sed)
2019-12-27 23:25:45 +01:00
Martin Zuther
91266ca8eb Check encrypted files with SHA-512/256 checksums 2019-12-27 18:15:04 +01:00
Tim Byrne
b443bbede2 Add contrib/hooks 2019-03-12 22:07:25 -05:00