mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 12:45:00 +00:00
feature: supports issue tracker in commit message (#315)
This commit is contained in:
parent
fa1f4155da
commit
f754b2c63a
20 changed files with 563 additions and 85 deletions
|
@ -54,11 +54,11 @@ namespace SourceGit.ViewModels
|
|||
set => SetProperty(ref _detailContext, value);
|
||||
}
|
||||
|
||||
public FileHistories(string repo, string file)
|
||||
public FileHistories(string repo, string file, IssueTrackerRuleSetting issueTrackerSetting)
|
||||
{
|
||||
_repo = repo;
|
||||
_file = file;
|
||||
_detailContext = new CommitDetail(repo);
|
||||
_detailContext = new CommitDetail(repo, issueTrackerSetting);
|
||||
|
||||
Task.Run(() =>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue