1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-10 04:07:18 +02:00
lazygit/pkg/gui/types
Jesse Duffield 755ae0ef84 add deadlock mutex package
write to deadlock stderr after closing gocui

more deadlock checking
2022-08-07 11:16:14 +10:00
..
common_commands.go start moving commit panel handlers into controller 2022-03-17 19:13:40 +11:00
common.go add deadlock mutex package 2022-08-07 11:16:14 +10:00
context.go add deadlock mutex package 2022-08-07 11:16:14 +10:00
keybindings.go refactor to only have one context per view 2022-08-06 13:49:11 +10:00
main_args.go allow opening lazygit to a specific panel 2022-06-11 11:23:56 +10:00
modes.go controller for viewing sub commits 2022-03-17 19:13:40 +11:00
ref.go fix: fix ambiguous refname 2022-05-13 21:05:51 +09:00
refresh.go move merge conflicts code into controller 2022-08-07 11:16:03 +10:00
suggestion.go