mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-12-10 11:10:18 +02:00
975d2bedb6
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. |
||
---|---|---|
.. | ||
alert_driver.go | ||
assertion_helper.go | ||
commit_description_panel_driver.go | ||
commit_message_panel_driver.go | ||
common.go | ||
confirmation_driver.go | ||
file_system.go | ||
git.go | ||
int_matcher.go | ||
matcher.go | ||
menu_driver.go | ||
paths.go | ||
popup.go | ||
prompt_driver.go | ||
runner.go | ||
search_driver.go | ||
shell.go | ||
test_driver.go | ||
test_test.go | ||
test.go | ||
text_matcher.go | ||
view_driver.go | ||
views.go |