SHA1 Module
Contains functions which allow the SHA1 of a file with git and without it.
Functions and values
Function or value | Description |
Full Usage:
SHA1.calcGitSHA1 text
Parameters:
string
-
The string to calculate SHA1 for
Returns: string
|
|
Full Usage:
SHA1.calcSHA1 text
Parameters:
string
-
The string to calculate SHA1 for
Returns: string
|
|
Full Usage:
SHA1.showObjectHash repositoryDir fileName
Parameters:
string
-
The repository directory to execute command in
fileName : string
-
The file name to show SHA1 for
Returns: string
|
|