C# 클래스 SourceLog.Plugin.Git.GitPlugin

상속: Interface.Plugin
파일 보기 프로젝트 열기: tomhunter-gh/SourceLog

보호된 메소드들

메소드 설명
CheckForNewLogEntriesImpl ( ) : void

비공개 메소드들

메소드 설명
GetGitSettings ( string &directory, string &remote, string &branch ) : void
GetNewVersion ( Commit commit, LibGit2Sharp.TreeEntryChanges change ) : byte[]
GetOldVersion ( Commit commit, LibGit2Sharp.TreeEntryChanges change ) : byte[]
GitChangeStatusToChangeType ( ChangeKind changeKind ) : ChangeType
ProcessLogEntry ( IRepository repo, Commit commit ) : void

메소드 상세

CheckForNewLogEntriesImpl() 보호된 메소드

protected CheckForNewLogEntriesImpl ( ) : void
리턴 void