Table of Contents

Enum GitObjectType

Namespace
Fenrir.Git.Metadata
Assembly
Fenrir.Git.dll

Git object type. Read more on object types in the documentation.

[CompilationMapping(SourceConstructFlags.ObjectType)]
public enum GitObjectType

Fields

GitBlob = 2

Blob object, e.g., a file in a repository.

GitCommit = 0

Commit object.

GitTree = 1

Tree object.