lazygit/pkg/commands
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
..
git_commands Remove redundant variable dedeclarations 2024-05-19 16:38:21 +10:00
git_config Remove redundant variable dedeclarations 2024-05-19 16:38:21 +10:00
hosting_service Remove redundant variable dedeclarations 2024-05-19 16:38:21 +10:00
models Switch git-todo-parser from fsmiamoto original repo to stefanhaller's fork 2024-04-22 20:59:15 +02:00
oscommands Remove redundant variable dedeclarations 2024-05-19 16:38:21 +10:00
patch Remove redundant variable dedeclarations 2024-05-19 16:38:21 +10:00
testdata Support opening lazygit in a submodule 2019-05-12 17:59:49 +10:00
types/enums Show mode-specific keybinding suggestions 2024-01-28 08:33:13 +11:00
git.go Refactor repo_paths.go to use git rev-parse 2024-01-24 08:40:01 +01:00
git_cmd_obj_builder.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
git_cmd_obj_runner.go Retry on index.lock error 2023-07-10 19:13:18 +10:00