1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-12 04:23:03 +02:00
lazygit/pkg
Jesse Duffield 1ce5c69cd2 improve file watching
By default, macs have 256 open files allowed by a given process.
This sucks when you end up with over 256 files modified in a repo
because after you've watched all of them, lots of other calls to
the command line will fail due to violating the limit.

Given there's no easy platform agnostic way to see what you've got
configured for how many files a process can have open, I'm going to
arbitrarily set the max to 200 and when we hit the limit we start
unwatching older files to make way for new ones.

WIP
2020-01-08 21:34:02 +11:00
..
app 472 - Don't panic if not in a repository 2019-07-14 14:24:18 +10:00
commands allow commits to be checked out 2020-01-07 20:43:01 +11:00
config added a seperate keybinding option for checking out commits 2020-01-07 19:14:54 -08:00
gui improve file watching 2020-01-08 21:34:02 +11:00
i18n allow commits to be checked out 2020-01-07 20:43:01 +11:00
test fix up tests 2019-03-02 13:39:09 +11:00
theme support split view in staging panel and staging ranges 2019-11-05 19:22:01 +11:00
updates remove go-getter 2019-11-12 22:58:01 +11:00
utils allow changing tabs with [ and ] 2019-11-21 22:07:14 +11:00