Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add AGWA/git-crypt #20629

Merged
merged 2 commits into from Mar 6, 2024

Conversation

florianmutter
Copy link
Contributor

AGWA/git-crypt: Transparent file encryption in git

$ aqua g -i AGWA/git-crypt

How to confirm if this package works well

Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well.
Please confirm if this package works well yourself as much as possible.

Command and output

$ git-crypt --help
Usage: git-crypt COMMAND [ARGS ...]

Common commands:
  init                 generate a key and prepare repo to use git-crypt
  status               display which files are encrypted
  lock                 de-configure git-crypt and re-encrypt files in work tree

GPG commands:
  add-gpg-user USERID  add the user with the given GPG user ID as a collaborator
  unlock               decrypt this repo using the in-repo GPG-encrypted key

Symmetric key commands:
  export-key FILE      export this repo's symmetric key to the given file
  unlock KEYFILE       decrypt this repo using the given symmetric key

Legacy commands:
  init KEYFILE         alias for 'unlock KEYFILE'
  keygen KEYFILE       generate a git-crypt key in the given file
  migrate-key OLD NEW  migrate the legacy key file OLD to the new format in NEW

See 'git-crypt help COMMAND' for more information on a specific command.

If files such as configuration file are needed, please share them.

Reference

[AGWA/git-crypt](https://github.com/AGWA/git-crypt): Transparent file encryption in git
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Mar 6, 2024
@suzuki-shunsuke
Copy link
Member

Thank you for your contribution!

@suzuki-shunsuke suzuki-shunsuke merged commit 60823e6 into aquaproj:main Mar 6, 2024
16 checks passed
@suzuki-shunsuke suzuki-shunsuke added this to the v4.149.0 milestone Mar 6, 2024
@suzuki-shunsuke
Copy link
Member

@florianmutter florianmutter deleted the feat/AGWA/git-crypt branch March 7, 2024 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants