Bitcoin
Functions | Variables
verify-commits Namespace Reference

Functions

def tree_sha512sum (commit='HEAD')
 
def main ()
 

Variables

 GIT = os.getenv('GIT', 'git')
 

Function Documentation

◆ main()

def verify-commits.main ( void  )

◆ tree_sha512sum()

def verify-commits.tree_sha512sum (   commit = 'HEAD')
Calculate the Tree-sha512 for the commit.

This is copied from github-merge.py.

Variable Documentation

◆ GIT

verify-commits.GIT = os.getenv('GIT', 'git')