- We can now unlock/decrypt repositories that use
git-crypt
by specifyinggit_crypt_key
. Thanks to @gabro for the PR. - Switched from
Makefile
to Taskfile.yml for portability (and readability). - Switched from
go-mock
tocounterfeiter
and introduced an assertion library to streamline tests.