Provides access to the details of a commit
public interface ICommit
name | description |
---|---|
Author { get; } | The author of the commit |
Date { get; } | Date and time of the commit |
ID { get; } | The commit ID, presented in the form of a SHA-1 hash. |
Message { get; } | The commit message added by the author |