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

Replace top-level sign and verify commands #3

Closed
sug0 opened this issue Jul 20, 2023 · 0 comments
Closed

Replace top-level sign and verify commands #3

sug0 opened this issue Jul 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sug0
Copy link
Owner

sug0 commented Jul 20, 2023

Related to #1 and #2

The top-level sign and verify commands should be replaced with higher level commands that store signature trees in git references, and read from these references, respectively.

Example:

# writes to .git/refs/signify/signatures/<key-fingerprint>/<git-revision>
$ git signify sign -k <key> <git-revision>

# reads from .git/refs/signify/signatures/<key-fingerprint>/<git-revision>
$ git signify verify -k <key> <git-revision>
@sug0 sug0 added the enhancement New feature or request label Jul 20, 2023
@sug0 sug0 closed this as completed Jul 22, 2023
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

No branches or pull requests

1 participant