mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 02:12:25 +08:00
optimize<WorkingCopy>: reset detail before commit
This commit is contained in:
@@ -246,6 +246,7 @@ namespace SourceGit.ViewModels {
|
||||
|
||||
PushCommitMessage();
|
||||
|
||||
SetDetail(null, false);
|
||||
IsCommitting = true;
|
||||
_repo.SetWatcherEnabled(false);
|
||||
var succ = await Task.Run(() => new Commands.Commit(_repo.FullPath, _commitMessage, _useAmend).Exec());
|
||||
|
||||
Reference in New Issue
Block a user