feature(Dashboard): add configuration for opened repository

1. User name and email for single repository
2. Simple commit template
This commit is contained in:
leo 2020-07-21 13:35:59 +08:00
parent 3c896c33be
commit 53c65faecb
8 changed files with 221 additions and 3 deletions

View file

@ -50,6 +50,10 @@ namespace SourceGit.Git {
/// Last 10 Commit message.
/// </summary>
public List<string> CommitMsgRecords { get; set; } = new List<string>();
/// <summary>
/// Commit template.
/// </summary>
public string CommitTemplate { get; set; }
#endregion
#region PROPERTIES_RUNTIME