Merge pull request 'fix(autopatch): Updated find/replace strings in the 'log --first-parent' ReplaceAction to match new patch-git.lua format that includes '' (#2) from agent-fix/a10-20260519-190920 into a10

Reviewed-on: #2
This commit is contained in:
eabdullin 2026-05-19 19:09:51 +00:00
commit 4c318f54e7

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: |