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

doc: use git-secure-tag for release tags #7603

Closed
wants to merge 3 commits into from

Commits on Jul 23, 2016

  1. doc: use git-secure-tag for release tags

    `git-secure-tag` recursively constructs an SHA-512 digest out of the
    git tree, and puts the hash from the tree's root into the tag
    annotation. This hash provides better integrity guarantees than the
    default SHA-1 merkle tree that git uses.
    
    Fix: nodejs#7579
    indutny committed Jul 23, 2016
    Configuration menu
    Copy the full SHA
    3b37d4b View commit details
    Browse the repository at this point in the history
  2. ...

    indutny committed Jul 23, 2016
    Configuration menu
    Copy the full SHA
    db4a23f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. ...

    indutny committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    26db5e7 View commit details
    Browse the repository at this point in the history