C# Class SourceLog.Plugin.Git.GitPlugin

Inheritance: Interface.Plugin
ファイルを表示 Open project: tomhunter-gh/SourceLog

Protected Methods

Method Description
CheckForNewLogEntriesImpl ( ) : void

Private Methods

Method Description
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

Method Details

CheckForNewLogEntriesImpl() protected method

protected CheckForNewLogEntriesImpl ( ) : void
return void