Looks like all we need is a new line
This commit is contained in:
parent
678e30e837
commit
dc5394c189
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue