summaryrefslogtreecommitdiffstats
path: root/bin/lo-pack-sources
diff options
context:
space:
mode:
Diffstat (limited to 'bin/lo-pack-sources')
-rwxr-xr-xbin/lo-pack-sources4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/lo-pack-sources b/bin/lo-pack-sources
index 87e36501fd43..d43b71b1d72f 100755
--- a/bin/lo-pack-sources
+++ b/bin/lo-pack-sources
@@ -126,8 +126,8 @@ sub generate_lo_module_changelog($$$)
$log_name .= "-$module_dirname{$module}" if ($module_dirname{$module});
print "Generating changelog for $module...\n";
system ("cd $source_dir/$module_dirname{$module} && " .
- "git log --date=short --pretty='format:@%cd %an <%ae> [%H]%n%n%s%n%n%e%b' | " .
- " sed -e 's/^/\t/' -e 's/^\t@//' >$lo_module_release_topdir/$log_name" ) &&
+ "git log --date=short --pretty='format:%cd %an <%ae> [%H]%n%n%w(0,8,8)%s%n%e%+b' | " .
+ ">$lo_module_release_topdir/$log_name" ) &&
die "Error: generating failed: $!\n";
}