mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
enhance: after commit mark branch dirty instead of only workcopy changes dirty (#411)
This commit is contained in:
parent
ad0773be2f
commit
0074ea3c60
1 changed files with 1 additions and 1 deletions
|
@ -1320,7 +1320,7 @@ namespace SourceGit.ViewModels
|
|||
PopupHost.ShowAndStartPopup(new Push(_repo, null));
|
||||
}
|
||||
|
||||
_repo.MarkWorkingCopyDirtyManually();
|
||||
_repo.MarkBranchesDirtyManually();
|
||||
_repo.SetWatcherEnabled(true);
|
||||
IsCommitting = false;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue