diff --git a/progit/hooks/files/progit_hook.py b/progit/hooks/files/progit_hook.py index 81bd30a..593175b 100644 --- a/progit/hooks/files/progit_hook.py +++ b/progit/hooks/files/progit_hook.py @@ -75,6 +75,8 @@ def generate_revision_change_log(new_commits_list): if line.startswith('commit'): commitid = line.split('commit ')[-1] + line = line.strip() + print '*', line for motif in FIXES: if motif.match(line):