C# 클래스 dotGit.Objects.Commit

A Commit references a tree which is a copy of the working directory
상속: GitObject
파일 보기 프로젝트 열기: schacon/dotgit 1 사용 예제들

공개 메소드들

메소드 설명
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[]