mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08: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();
|
PushCommitMessage();
|
||||||
|
|
||||||
|
SetDetail(null, false);
|
||||||
IsCommitting = true;
|
IsCommitting = true;
|
||||||
_repo.SetWatcherEnabled(false);
|
_repo.SetWatcherEnabled(false);
|
||||||
var succ = await Task.Run(() => new Commands.Commit(_repo.FullPath, _commitMessage, _useAmend).Exec());
|
var succ = await Task.Run(() => new Commands.Commit(_repo.FullPath, _commitMessage, _useAmend).Exec());
|
||||||
|
|
Loading…
Reference in a new issue