mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-17 08:24:59 +00:00
enhance: clear commit message before merging/cherry-picking/rebasing/reverting to allow SourceGit
read it from git (#1414)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
7de5991ecb
commit
7e2f3bec8c
11 changed files with 30 additions and 17 deletions
|
@ -66,6 +66,7 @@ namespace SourceGit.ViewModels
|
|||
public override Task<bool> Sure()
|
||||
{
|
||||
_repo.SetWatcherEnabled(false);
|
||||
_repo.ClearCommitMessage();
|
||||
ProgressDescription = $"Cherry-Pick commit(s) ...";
|
||||
|
||||
var log = _repo.CreateLog("Cherry-Pick");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue