Elasticdog Transcrypt Versions Save

transparently encrypt files within a git repository

v1.0.0

7 years ago

Since the v0.9.9 release, these are the notable improvements made to transcrypt:

  • properly handle file names with spaces
  • adjust usage of mktemp utility to be more cross-platform
  • additional safety checks for all required cli utility dependencies

v0.9.9

7 years ago

Since the v0.9.7 release, these are the notable improvements made to transcrypt:

  • support for use of a wildcard with --show-raw to dump the raw commit objects for all encrypted files
  • GPG import/export of repository configuration
  • more strict filter script behavior to adhere to upstream recommendations
  • automatic caching of the decrypted content for faster Git operations like git log -p
  • ability to configure bare repositories
  • ability to configure "fake bare" repositories for use through vcsh
  • ability configure multiple worktrees via git-workflow
  • support for unencrypted archive exporting via git-archive

v0.9.8

7 years ago