about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2020-01-07 09:55:03 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2020-01-07 09:55:03 +0530
commitd006e84d5df24c9da1c71fe57790626d44deaeed (patch)
treef5866e4d8bd69f2e5618107b3320d31d5c5ca9b2 /scripts
parentcbce69e70dc4b04fefcc7257e593733b8b03856c (diff)
downloadglibc-d006e84d5df24c9da1c71fe57790626d44deaeed.tar.gz
glibc-d006e84d5df24c9da1c71fe57790626d44deaeed.tar.xz
glibc-d006e84d5df24c9da1c71fe57790626d44deaeed.zip
Fix formatting of ChangeLog ouput
Add another newline when the number of files differing is too large.
This is typical for across-the-board changes such as the copyright
year update that happened recently.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/vcs_to_changelog/vcs_git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vcs_to_changelog/vcs_git.py b/scripts/vcs_to_changelog/vcs_git.py
index 4e5bf3ad7d..575d6d987e 100644
--- a/scripts/vcs_to_changelog/vcs_git.py
+++ b/scripts/vcs_to_changelog/vcs_git.py
@@ -102,7 +102,7 @@ class GitRepo:
         # updates, copyright notice changes, etc.) and likely not interesting
         # enough to produce a detailed ChangeLog entry.
         if len(op) > 100:
-            print('\t* Suppressing diff as too many files differ.')
+            print('\t* Suppressing diff as too many files differ.\n')
             return
 
         # Each of these lines has a space separated format like so: