lazygit/pkg/commands/git_config
Jesse Duffield 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
..
cached_git_config.go Use mutex on cached git config 2023-07-09 21:30:19 +10:00
cached_git_config_test.go Remove redundant variable dedeclarations 2024-05-19 16:38:21 +10:00
fake_git_config.go support general git config calls 2022-01-09 14:09:53 +11:00
get_key.go Remove secureexec package 2023-07-30 19:59:51 +10:00