feature(WorkingCopy): add context menu entry to view histories from selected unstaged change

This commit is contained in:
leo 2020-08-07 17:16:17 +08:00
parent 5fa2c601a8
commit e00799555f
2 changed files with 22 additions and 1 deletions

View file

@ -474,7 +474,6 @@ namespace SourceGit.Git {
}, true);
OnSubmoduleChanged?.Invoke();
AssertCommand(errs);
}