mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
optimize<WorkingCopy>: reset detail before commit
This commit is contained in:
parent
a644a04b17
commit
09b96b148c
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue