C# Класс dotGit.Objects.Commit

A Commit references a tree which is a copy of the working directory
Наследование: GitObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Deserialize ( GitObjectReader input ) : void

Loads the commit from the GitObjectReader

Serialize ( ) : byte[]

Приватные методы

Метод Описание
Commit ( Repository repo ) : System
Commit ( Repository repo, string sha ) : System
LoadParents ( ) : void

Called from the Parents getter for lazy loading

Описание методов

Deserialize() публичный Метод

Loads the commit from the GitObjectReader
public Deserialize ( GitObjectReader input ) : void
input GitObjectReader A reader with inflated commit contents
Результат void

Serialize() публичный Метод

public Serialize ( ) : byte[]
Результат byte[]