C# (CSharp) dotGit.Objects Namespace

Nested Namespaces

dotGit.Objects.Storage

Classes

Name Description
Blob
Commit A Commit references a tree which is a copy of the working directory
FileMode Enumeration used to represent the objects mode in the git repository
GitObject Is the base class for TreeNode and Commit
GitObjectReader
Tree Represents a tree in a git repository. Has Children of type TreeNode which can either be a blog or a tree.
Utility
Zlib