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.FileStatus instead

FileStatus

A type which represents a file status in git.

Union Cases

Union CaseDescription
Added
Signature:
Copied
Signature:
Deleted
Signature:
Modified
Signature:
Renamed
Signature:
TypeChange
Signature:

Static members

Static memberDescription
FileStatus.Parse
Signature: string -> FileStatus