1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-26 09:00:57 +02:00
lazygit/pkg
Jesse Duffield 2746b1bd38 Prevent crash when opening in small window
We were crashing when opening lazygit in a small window because the limit view
was the only view that got created, and there were two functions that referenced
either the 'current' view or the files view, neither of which existed.

Now those functions just return nil if the view does not exist
2019-05-06 22:39:35 +10:00
..
app prompt user to git init when outside a repo 2019-03-16 11:38:16 +11:00
commands Improve directory check for .git 2019-05-06 21:37:42 +10:00
config Add skipHookPrefix to config 2019-04-13 14:38:17 +10:00
git fixed some #397 2019-04-06 13:02:20 +11:00
gui Prevent crash when opening in small window 2019-05-06 22:39:35 +10:00
i18n Fixed another view things 2019-04-26 13:44:37 +10:00
test fix up tests 2019-03-02 13:39:09 +11:00
updates use go-errors package to display stacktrace of errors that cause panics 2019-02-11 22:39:17 +11:00
utils mouse support 2019-03-02 17:49:30 +11:00