This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=c95969ef933d81a1b8231973c25a8bb1e8d1c8bb commit c95969ef933d81a1b8231973c25a8bb1e8d1c8bb Author: Guillem Jover <[email protected]> AuthorDate: Tue Jan 5 18:11:06 2021 +0100 build: Take git notes into account when generating the changelog Changelog: silent --- gen-changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen-changelog b/gen-changelog index 2a3d12644..c05797e22 100755 --- a/gen-changelog +++ b/gen-changelog @@ -132,7 +132,7 @@ my $log_format = 'Committer: %cN%n' . 'CommitterEmail: %cE%n' . 'Title: %s%n' . - '%(trailers:only,unfold)'; + '%(trailers:only,unfold)%N'; my $tag_prev = qx(git describe --abbrev=0); chomp $tag_prev; -- Dpkg.Org's dpkg

