mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-26 03:40:45 +08:00
feature: supports issue tracker in commit message (#315)
This commit is contained in:
@@ -114,7 +114,7 @@ namespace SourceGit.ViewModels
|
||||
Current = current;
|
||||
On = on;
|
||||
IsLoading = true;
|
||||
DetailContext = new CommitDetail(repoPath);
|
||||
DetailContext = new CommitDetail(repoPath, repo.IssueTrackerSetting);
|
||||
|
||||
Task.Run(() =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user