1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
fdff2dec79 Remove redundant variable dedeclarations
In go 1.22, loop variables are redeclared with each iteration of the
loop, rather than simple updated on each iteration. This means that we
no longer need to manually redeclare variables when they're closed over
by a function.
2024-05-19 16:38:21 +10:00
ccf90466fa fix test 2022-01-09 14:09:53 +11:00
5d6d894286 fix test 2022-01-09 14:09:53 +11:00
b6a5e9d615 use cached git config 2021-10-23 10:26:47 +11:00