This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=2ee480493b6ef05b6377511ce4da36c40bb12c2d commit 2ee480493b6ef05b6377511ce4da36c40bb12c2d (HEAD -> main) Author: Guillem Jover <[email protected]> AuthorDate: Wed Sep 29 02:00:03 2021 +0200 build: Use title-case for field in gen-changelog --- gen-changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen-changelog b/gen-changelog index ee073c6c8..1a7486279 100755 --- a/gen-changelog +++ b/gen-changelog @@ -196,7 +196,7 @@ foreach my $id (reverse $log->get_keys()) { # Include the entire commit body for verbose commits. if ($changelog =~ m/(?:verbose|full)/) { my $body = qx(git show -s --pretty=tformat:%b $id); - $commit->{title} .= "\n$body"; + $commit->{Title} .= "\n$body"; } } -- Dpkg.Org's dpkg

