1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-28 16:02:01 +03:00

allowing commit files to be viewed in reflog as well

This commit is contained in:
Jesse Duffield
2020-08-21 09:12:45 +10:00
parent 48f1adad49
commit ddf25e14af
9 changed files with 90 additions and 39 deletions

View File

@ -82,7 +82,7 @@ func (gui *Gui) handleEscapePatchBuildingPanel() error {
gui.GitCommand.PatchManager.Reset()
}
return gui.switchContext(gui.Contexts.BranchCommits.Files.Context)
return gui.switchContext(gui.Contexts.CommitFiles.Context)
}
func (gui *Gui) refreshSecondaryPatchPanel() error {