clioptions_tar.asc 563 B

12345678910111213141516171819202122232425
  1. --git-hash=<hash>::
  2. The git hash of the commit / tag to use.
  3. --hg-hash=<hash>::
  4. The mercurial hash of the commit / tag to use.
  5. --commit-gpg-id=<GPG ID>::
  6. Check the commit to be signed by this GPG key ID.
  7. --tag-gpg-id=<GPG ID>::
  8. Check if the selected git hash is a tag and is signed by select
  9. GPG key ID.
  10. --gpg-keyring=<file>::
  11. GPG keyring filename.
  12. --gpg-keyring-dir=<directory>::
  13. Directory containing GPG keyring files
  14. --gpg-args=<args>::
  15. Optional gpg arguments.
  16. --gpg-bin=<path>::
  17. Path to gpg binary.