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

Add encrypt-only flag for 'edit' command. #256

Merged
merged 3 commits into from
Feb 6, 2018

Commits on Jan 29, 2018

  1. Add encrypt-only flag for 'edit' command.

    Enables editing of files with only access to the public key.
    Already-encrypted values will not be decrypted, but new or replaced values
    will be encrypted as usual.
    Benjamin Li committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    bb23ad0 View commit details
    Browse the repository at this point in the history
  2. Fix warning in tests for unescaped character class.

    Benjamin Li committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    5c14368 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Change edit interface per code review.

    Convert --encrypt-only flag to --no-decrypt to better match existing
    flags.
    
    Better description of feature
    Benjamin Li committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    47d5d44 View commit details
    Browse the repository at this point in the history