jesseduffield.lazygit/pkg
Jesse Duffield f4e552f982 prevent deadlocks.
Hard to choose between the lock with a defer unlock in an anonymous function
vs just having an explicit unlock at the end with additional unlocks before
any early returns. The former is less error prone, but the former is much more
readable, especially if the anonymous function would have needed to return
an error value.
2021-04-06 19:34:32 +10:00
..
app switching repos without restarting the gui 2021-04-06 19:34:32 +10:00
commands try better logging for CI 2021-04-06 19:34:32 +10:00
config default to not quitting when hitting esc at the top level. 2021-04-06 19:34:32 +10:00
env move git dir env stuff into a centralised package 2020-09-29 17:42:07 +10:00
gui prevent deadlocks. 2021-04-06 19:34:32 +10:00
i18n change language 2021-04-06 19:34:32 +10:00
integration update snapshots to include tags comparison 2021-04-06 19:34:32 +10:00
secureexec add secureexec file for getting around windows checking for a binary first in the current dir 2021-02-08 14:40:30 -08:00
tasks add some safe goroutines 2020-10-10 00:23:01 +11:00
test add secureexec file for getting around windows checking for a binary first in the current dir 2021-02-08 14:40:30 -08:00
theme remove viper 2020-10-10 00:23:01 +11:00
updates fix updater 2020-11-22 10:00:35 +11:00
utils switching repos without restarting the gui 2021-04-06 19:34:32 +10:00