C# Class SourceLog.Plugin.Git.GitPlugin

Inheritance: Interface.Plugin
Afficher le fichier Open project: tomhunter-gh/SourceLog

Méthodes protégées

Méthode Description
CheckForNewLogEntriesImpl ( ) : void

Private Methods

Méthode 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 méthode

protected CheckForNewLogEntriesImpl ( ) : void
Résultat void