Merge pull request 'fix(autopatch): Updated action 3's find/replace strings in patch-git.lua to match the refactored git log command that now uses a `git_lo' (#3) from agent-fix/a10s-20260811-100152 into a10s

Reviewed-on: #3
This commit is contained in:
eabdullin 2026-08-11 10:16:53 +00:00
commit 5057f8a76e

View File

@ -42,11 +42,11 @@ actions:
count: 1
- target: "patch-git.lua"
find: |
'log --first-parent --no-decorate --no-renames --raw --pretty=fuller'
.. ' --date=default > ' .. git_log_file)
'log --raw ' .. git_log_format_options
.. ' > ' .. git_log_file)
replace: |
'log --first-parent --no-decorate --no-renames --raw --pretty=fuller'
.. ' --date=default ' .. log_branch .. ' > ' .. git_log_file)
'log --raw ' .. git_log_format_options
.. ' ' .. log_branch .. ' > ' .. git_log_file)
count: 1
- target: "spec"
find: "%define target %{_target_cpu}-redhat-linux"