1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-02 09:21:40 +02:00
lazygit/pkg/commands/git_config
Jesse Duffield 975d2bedb6 Remove secureexec package
From the go 1.19 release notes:

Command and LookPath no longer allow results from a PATH search to be found relative to the current directory. This removes a common source of security problems but may also break existing programs that depend on using, say, exec.Command("prog") to run a binary named prog (or, on Windows, prog.exe) in the current directory. See the os/exec package documentation for information about how best to update such programs.
2023-07-30 19:59:51 +10:00
..
cached_git_config_test.go fix test 2022-01-09 14:09:53 +11:00
cached_git_config.go Use mutex on cached git config 2023-07-09 21:30:19 +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