mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 12:15:00 +00: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…
Add table
Add a link
Reference in a new issue