C# 클래스 GitSharp.Commit

Represents a revision of the content tracked in the repository.
상속: AbstractObject
파일 보기 프로젝트 열기: jagregory/jagregory-gitsharp 1 사용 예제들

보호된 메소드들

메소드 설명
LoadBody ( GitObjectStream content ) : void

비공개 메소드들

메소드 설명
GetSignature ( string line ) : string
GetTreeId ( string line ) : string
ReadComment ( string body ) : string

메소드 상세

LoadBody() 보호된 메소드

protected LoadBody ( GitObjectStream content ) : void
content GitObjectStream
리턴 void