diff --git a/config.yaml b/config.yaml index 03eba64..142ffe9 100644 --- a/config.yaml +++ b/config.yaml @@ -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: |