chiark / gitweb /
lib-import-chk: New import_chk_changelog_massage hook
[dgit.git] / tests / lib-import-chk
index a456b014bdf4da831cb206c952e4e53200049d62..88984c1b625ebf61425aecfb882f939f1eab2fe0 100644 (file)
@@ -3,6 +3,7 @@ t-import-chk-authorship () {
        perl -ne 'print $1,"\n" if m/^ -- (\S.*\>)  /' debian/changelog \
                | sort -u \
                > $tmp/authorship.changelog
+       ${import_chk_changelog_massage:-:} $tmp/authorship.changelog
        git log --pretty=format:'%an <%ae>%n%cn <%ce>' \
                | sort -u \
                > $tmp/authorship.commits