fix(autopatch): Updated find/replace strings in the 'log --first-parent' ReplaceAction to match new patch-git.lua format that includes ' #2

Merged
eabdullin merged 1 commits from agent-fix/a10-20260519-190920 into a10 2026-05-19 19:09:51 +00:00

View File

@ -50,11 +50,11 @@ actions:
count: 1
- target: "patch-git.lua"
find: |
'log --first-parent --no-renames --raw --pretty=fuller --date=default > '
.. git_log_file)
'log --first-parent --no-decorate --no-renames --raw --pretty=fuller'
.. ' --date=default > ' .. git_log_file)
replace: |
'log --first-parent --no-renames --raw --pretty=fuller --date=default '
.. log_branch .. ' > ' .. git_log_file)
'log --first-parent --no-decorate --no-renames --raw --pretty=fuller'
.. ' --date=default ' .. log_branch .. ' > ' .. git_log_file)
count: 1
- target: "patch-git.lua"
find: |