fix(autopatch): Updated find/replace strings in the 'log --first-parent' ReplaceAction to match new patch-git.lua format that includes ' #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "agent-fix/a10-20260519-190920"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Automated fix by autopatch agent.
Summary: Updated find/replace strings in the 'log --first-parent' ReplaceAction to match new patch-git.lua format that includes '--no-decorate' and splits the string across two lines.
Root cause
The upstream patch-git.lua in c10 was updated to split the git log command string across two lines and add the '--no-decorate' flag:
'log --first-parent --no-decorate --no-renames --raw --pretty=fuller' .. ' --date=default > ' .. git_log_file). The a10 config was still searching for the old single-line format without '--no-decorate'. The fix was taken from the reference a10s branch which already had the correct find/replace strings.Original error
Type:
ActionNotAppliedErrorPackage:
glibc| Webhook branch:c10