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

Commit Graph

  • f348e154c7 Add support for ESH Jonathan Daigle 2020-05-19 22:27:14 -04:00
  • f0a8f31d1b implement fish autocomplete Tin Lai 2020-05-28 01:36:17 +10:00
  • f2875f778d Fix broken link: fixurl.js Tim Byrne 2020-05-23 10:26:38 -05:00
  • 9132b6dec9 Fix regexp with space for compatibility Travis A. Everett 2020-04-02 22:41:08 -05:00
  • 778c33145c Remove legacy code which was reintroduced Tim Byrne 2020-02-28 07:38:49 -06:00
  • 0995f38b06 Merge pull request #138 from ldotlopez/master Tim Byrne 2020-02-27 08:24:25 -06:00
  • 831c9ec09d Testing: add new config items to tests Luis López 2020-02-17 11:54:03 +01:00
  • 9fe5377749 Fix some typos and code style Luis López 2020-02-17 11:53:29 +01:00
  • 7698adfd77 Rebase on top of upstream/develop Luis López 2020-02-17 09:31:45 +01:00
  • 8e2d85de7f Merge from upstream Luis López 2020-02-17 11:53:29 +01:00
  • 67ce492b2a Added undocumented config yadm.openssl-ciphername Luis López 2019-01-10 14:50:51 +01:00
  • bde5ecbc66 Deduplicate openssl cipher name code (and change default value) Luis López 2019-01-09 12:55:25 +01:00
  • baaeb88628 Initial support for alternative cyphers. Luis López 2019-01-09 12:05:06 +01:00
  • 77d2da4e9b Support architecture in alternates (#202) James Clark 2020-02-22 01:10:39 +00:00
  • 550a6b4340 Add transcrypt info to man page Tim Byrne 2020-02-21 08:15:58 -06:00
  • 4b99ece480 Support transcrypt (#197) Tim Byrne 2020-02-21 08:05:56 -06:00
  • ee9ffb6828 Reorder command list Tim Byrne 2020-02-21 07:55:58 -06:00
  • dd86c8a691 Release 2.4.0 2.4.0 Tim Byrne 2020-02-06 07:53:18 -06:00
  • 79e93e38bc Fix error when /proc/version is missing Tim Byrne 2020-02-03 08:30:50 -06:00
  • 45f1d93193 Add test for WSL identification Tim Byrne 2020-02-03 08:30:34 -06:00
  • 062181be4a Simplify WSL identification Ross Smith II 2020-02-03 08:27:54 -06:00
  • 69cde7f83c Exclude files listed in yadm/encrypt when decrypt is called Tim Byrne 2020-01-15 08:17:27 -06:00
  • bd68229c57 Use include "venv" instead of "virtualenv" Tim Byrne 2020-01-29 00:14:37 -06:00
  • 1200d53f62 Add info about changes to YADM_HOOK_FULL_COMMAND Tim Byrne 2020-01-27 07:35:09 -06:00
  • 02bedd712a Add example of parsing YADM_HOOK_FULL_COMMAND Tim Byrne 2020-01-27 07:31:58 -06:00
  • 9a2883985b Test for escaped values in YADM_HOOK_FULL_COMMAND Tim Byrne 2020-01-24 08:33:30 -06:00
  • ccb75b97ea Escape space in YADM_HOOK_FULL_COMMAND (#187) Tim Byrne 2020-01-23 08:11:19 -06:00
  • e6871256c2 Remove dead link Tim Byrne 2020-01-20 16:13:39 -06:00
  • 5f49ffb76c Specify version of Faraday Tim Byrne 2020-01-21 07:43:46 -06:00
  • 3b820835ab Test for warnings from man (#195) Tim Byrne 2020-01-20 08:22:17 -06:00
  • d16f4b134a Add man to testbed Docker image Tim Byrne 2020-01-20 08:21:57 -06:00
  • d5b217f850 Merge pull request #195 from rra/manpage-fix Tim Byrne 2020-01-21 07:24:42 -06:00
  • 76c82c763e Improve identification of WSL (#196) Tim Byrne 2020-01-20 07:47:31 -06:00
  • 45ccf09aa5 Fix leading vim comment Russ Allbery 2020-01-17 11:30:28 -08:00
  • 04b98a96cb Ensure all templates are written atomically Tim Byrne 2020-01-16 16:27:59 -06:00
  • 3e42bd9f52 Merge pull request #142 from jonasc/master Tim Byrne 2020-01-16 12:59:32 -06:00
  • a1845c6e8a Write template result to temporary file and move jonasc 2019-02-09 15:38:14 +01:00
  • 75d2747aa0 Add test for multiple recipients Tim Byrne 2020-01-15 08:44:35 -06:00
  • 83c0edd9fb Mention multiple recipients in man page Tim Byrne 2020-01-15 08:07:04 -06:00
  • 0b22220e3c Merge pull request #139 from stigtsp/multiple-gpg-recipients Tim Byrne 2020-01-14 08:08:44 -06:00
  • d9f68978fa Add test for quoted os-release Tim Byrne 2020-01-14 07:21:02 -06:00
  • 4546636336 Merge pull request #194 from rasa/rasa/remove-quotes-from-distro Tim Byrne 2020-01-14 07:14:04 -06:00
  • 6e444736ab Tests for encrypt_with_checksums hooks Tim Byrne 2020-01-13 07:52:02 -06:00
  • 8c6a96545d Add organization and documentation to hooks collection Tim Byrne 2020-01-10 08:37:24 -06:00
  • 2af9c3a524 Merge pull request #188 from mzuther/encrypt_with_checksums Tim Byrne 2020-01-10 07:54:29 -06:00
  • 0009bb350b get rid of echo Martin Zuther 2019-12-30 00:43:24 +01:00
  • 499837bd80 apply code review changes Martin Zuther 2019-12-30 00:11:36 +01:00
  • 9c9a750009 get rid of dependencies (pure bash) Martin Zuther 2019-12-29 15:53:01 +01:00
  • 45b218d5c1 support encrypted files in "yadm list" Martin Zuther 2019-12-29 15:21:55 +01:00
  • bd19e31c6e get rid of dirname Martin Zuther 2019-12-29 12:51:29 +01:00
  • 3c204119fb select one of several checksum commands Martin Zuther 2019-12-28 22:35:55 +01:00
  • c190333fdf correctly export array to subscript Martin Zuther 2019-12-28 16:09:19 +01:00
  • 0b79b461a6 change checksum algorithm to SHA-512 Martin Zuther 2019-12-28 11:17:52 +01:00
  • e9720fb1c3 add quotes to support spaces in filenames Martin Zuther 2019-12-27 23:39:06 +01:00
  • e96345eb87 re-factor hooks Martin Zuther 2019-12-27 23:25:45 +01:00
  • 91266ca8eb Check encrypted files with SHA-512/256 checksums Martin Zuther 2019-12-27 17:13:25 +01:00
  • b4fd9e19c2 Release 2.3.0 2.3.0 Tim Byrne 2019-12-17 07:15:58 -06:00
  • 66668dd6c6 Update git-crypt information Tim Byrne 2019-12-16 22:44:04 -06:00
  • 2997a742b6 Add question about private directories (#171) Tim Byrne 2019-12-16 22:23:16 -06:00
  • ba5829ad48 Confirm exit status for enter w/cmd Tim Byrne 2019-12-16 08:47:35 -06:00
  • 7ad28c3a97 Set exit status when running a command from enter Tim Byrne 2019-12-16 08:36:48 -06:00
  • 2978c7dd8a Add git-crypt info to man page Tim Byrne 2019-12-16 08:25:11 -06:00
  • 787de27b7c Reorder items in man page Tim Byrne 2019-12-16 08:06:52 -06:00
  • d3a2a06184 Support git-crypt (#168) Tim Byrne 2019-12-15 18:42:21 -06:00
  • b9f5fdaafa Support GNUPGHOME environment variable (#134) Tim Byrne 2019-12-13 08:37:34 -06:00
  • 84a173551e Only assert private dirs, when worktree = $HOME (#171) Tim Byrne 2019-12-13 07:34:06 -06:00
  • cc1993dc14 Move logic around assert_private_dirs to be more efficient Tim Byrne 2019-12-12 08:09:00 -06:00
  • 46105aae47 Set YADM_WORK within configure_paths Tim Byrne 2019-12-12 08:00:10 -06:00
  • 18e5fcfacc Only assert private dirs, when worktree = $HOME Tim Byrne 2019-12-10 08:16:42 -06:00
  • e7d2406af3 Export GIT_WORK_TREE during yadm enter (#160) Tim Byrne 2019-12-08 14:42:04 -06:00
  • 32baf81b56 Support specifying a command after yadm enter Tim Byrne 2019-12-08 14:39:03 -06:00
  • 4f9b655a5c Add question about tracking system level files (#63) Tim Byrne 2019-12-08 13:18:54 -06:00
  • 43ac19398a Remove quotes from distro name Ross Smith II 2019-12-06 20:38:37 -08:00
  • 76abafa159 Add categories to FAQ Tim Byrne 2019-12-06 08:21:18 -06:00
  • 8c5fd73ea6 Use MMistakes TOC (front-matter defined) Tim Byrne 2019-12-06 08:20:35 -06:00
  • 96bce8dbac Release 2.2.0 2.2.0 Tim Byrne 2019-12-05 16:53:16 -06:00
  • 397d45ccd0 Suppress insecure memory warnings Tim Byrne 2019-12-03 10:40:40 -06:00
  • 437ae2b719 Add --force-linters option to pylint (#179) Tim Byrne 2019-12-03 07:54:59 -06:00
  • 5d484ca825 Test with GnuPG 2 (#179) Tim Byrne 2019-12-02 17:57:57 -06:00
  • e5ff95d09c Create gnupg fixture Tim Byrne 2019-11-30 20:16:44 -06:00
  • fe96cfce28 Update testbed image to use GnuPG 2 Tim Byrne 2019-11-30 20:15:46 -06:00
  • 3aefeeff0f Create pinentry-mock Tim Byrne 2019-11-30 18:56:17 -06:00
  • 4d23bbcf11 Standardize on &> when not appending output Tim Byrne 2019-12-04 22:36:58 -06:00
  • f7485915ed Update tests for gawk support Tim Byrne 2019-12-04 22:18:55 -06:00
  • 758a2e0c26 Automatically prefer gawk over awk Tim Byrne 2019-12-04 22:18:22 -06:00
  • c0310a43a2 Merge pull request #180 from rasa/rasa/use-gawk-on-openwrt Tim Byrne 2019-12-04 17:53:36 -06:00
  • c1f779521c Confirm LEGACY_WARNING_ISSUED is set appropriately Tim Byrne 2019-12-04 08:43:22 -06:00
  • 66a3969c8a Add unit tests for reporting invalid alternates (#183) Tim Byrne 2019-12-04 08:40:05 -06:00
  • 59da359e63 Remove old-style alts from test data Tim Byrne 2019-12-04 08:17:03 -06:00
  • 3d10309665 Issue warning for any invalid alternates found (#183) Tim Byrne 2019-12-03 08:30:51 -06:00
  • 0b0d972ff1 Merge pull request #184 from con-f-use/gh-pages Tim Byrne 2019-12-02 07:44:58 -06:00
  • b113c53233 Correct alternate files example con-f-use 2019-12-02 12:25:40 +01:00
  • 6bf0852609 Use /etc/os-release if lsb_release is missing (#175) Tim Byrne 2019-11-30 10:52:18 -06:00
  • 96839a5743 Remove dependency on hostname (#182) Tim Byrne 2019-11-30 10:27:28 -06:00
  • 75c19c9cc0 Release 2.1.0 2.1.0 Tim Byrne 2019-11-27 07:21:44 -06:00
  • ecbffdbb28 Update manpage for double-star support Tim Byrne 2019-11-26 16:59:19 -06:00
  • 510169eb7f Support double-star globs in encrypt (#109) Tim Byrne 2019-11-26 16:24:51 -06:00
  • 24e6e81713 Test support for double-star globs Tim Byrne 2019-11-26 16:24:36 -06:00
  • 5986cd7943 Merge pull request #136 from dseomn/bash-completion Tim Byrne 2019-11-25 16:55:43 -06:00
  • bcf6531da6 Only add yadm commands to the completion list when applicable. David Mandelberg 2019-01-04 21:44:49 -05:00