Fix formatting of ChangeLog ouput
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 7 Jan 2020 04:25:03 +0000 (09:55 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 7 Jan 2020 04:25:03 +0000 (09:55 +0530)
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.

scripts/vcs_to_changelog/vcs_git.py

index 4e5bf3a..575d6d9 100644 (file)
@@ -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: