mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
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.
This commit is contained in:
@ -102,7 +102,7 @@ class GitRepo:
|
|||||||
# updates, copyright notice changes, etc.) and likely not interesting
|
# updates, copyright notice changes, etc.) and likely not interesting
|
||||||
# enough to produce a detailed ChangeLog entry.
|
# enough to produce a detailed ChangeLog entry.
|
||||||
if len(op) > 100:
|
if len(op) > 100:
|
||||||
print('\t* Suppressing diff as too many files differ.')
|
print('\t* Suppressing diff as too many files differ.\n')
|
||||||
return
|
return
|
||||||
|
|
||||||
# Each of these lines has a space separated format like so:
|
# Each of these lines has a space separated format like so:
|
||||||
|
Reference in New Issue
Block a user