diff --git a/roles/git/hooks/files/post-receive-alternativearch b/roles/git/hooks/files/post-receive-alternativearch index 3f843cf3e8..5d29378fd2 100755 --- a/roles/git/hooks/files/post-receive-alternativearch +++ b/roles/git/hooks/files/post-receive-alternativearch @@ -167,7 +167,7 @@ def run_as_post_receive_hook(): for commit in new_commits_list: if DEBUG: print('Diff of commit:', commit) - full_change += '\nCommit: %s\n' % commit + full_change += '\n' for line in read_git_lines(['show', commit], abspath): full_change += '%s\n' % line if DEBUG: