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

9 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
dc4e88f8a4 Make moving todo commits more robust 2023-04-15 08:36:03 +02:00
c7a629c440 make more use of generics 2022-03-24 20:14:41 +11:00
18f48a43d5 add some more linters 2022-01-09 14:09:53 +11:00
6171690b00 Fix multibyte initial characters 2021-10-30 18:26:06 +11:00
253504a094 associate random colours with authors 2021-10-30 18:26:06 +11:00
ef544e6ce9 add more suggestions 2021-10-23 12:29:52 +11:00
fc76b44b45 correctly show files with special chars in commit 2021-07-23 12:04:23 +02:00
258eedb38c refactor 2021-06-02 20:33:52 +10:00