Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
OBSOLETE
Use Fake.Tools.Git.Sha1 instead
SHA1
Contains functions which allow the SHA1 of a file with git and without it.
Functions and values
Function or value | Description |
calcGitSHA1(text)
Signature: text:string -> string
Attributes: [<Obsolete("Use Fake.Tools.Git.Sha1 instead")>] |
OBSOLETEUse Fake.Tools.Git.Sha1 instead Calculates the SHA1 for a given string like git. |
calcSHA1(text)
Signature: text:string -> string
Attributes: [<Obsolete("Use Fake.Tools.Git.Sha1 instead")>] |
OBSOLETEUse Fake.Tools.Git.Sha1 instead Calculates the SHA1 for a given string. |
showObjectHash repositoryDir fileName
Signature: repositoryDir:string -> fileName:string -> string
Attributes: [<Obsolete("Use Fake.Tools.Git.Sha1 instead")>] |
OBSOLETEUse Fake.Tools.Git.Sha1 instead Shows the SHA1 calculated by git. Assumes that the CommandHelper module can find git.exe. |