mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 05:05:00 +00:00
refactor<Configure>: remove commit template due to bad implementation
This commit is contained in:
parent
c233ffabdd
commit
1366d8e858
5 changed files with 2 additions and 38 deletions
|
@ -54,10 +54,6 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue