mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-27 13:24:59 +00:00
fix: Conventional Commit Helper
not working in Interactive Rebase
(#1446)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
f59b34fe25
commit
9d2f8b1555
7 changed files with 97 additions and 64 deletions
|
@ -531,8 +531,8 @@ namespace SourceGit
|
|||
return true;
|
||||
}
|
||||
|
||||
var editor = new Views.StandaloneCommitMessageEditor();
|
||||
editor.SetFile(file);
|
||||
var editor = new Views.CommitMessageEditor();
|
||||
editor.AsStandalone(file);
|
||||
desktop.MainWindow = editor;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue