[PATCH] list-fixed-bugs.py: Wrap at 72 chars
Siddhesh Poyarekar
siddhesh@sourceware.org
Tue Feb 4 17:16:00 GMT 2020
On 04/02/20 02:13, Joseph Myers wrote:
>
> The logic of 76 is that it matches
>
> fill-column: 76
>
> in the NEWS file. I'd expect the same width to be used for both the bug
> list and manually-written content.
>
Ahh yes, I was looking for that one too; it should get trimmed to 72
chars again because that's what email clients seem to default to. OK if
I push the below fix to NEWS?
I suppose the most optimal route ought to be to generate the NEWS file
from a structured data file but I'm not going to get into that for now.
Maybe if I end up volunteering for 2.33/34 I'll propose scripts to make
those bits easier for release managers.
diff --git a/NEWS b/NEWS
index aeca39be23..e6bed91b0c 100644
--- a/NEWS
+++ b/NEWS
@@ -5883,5 +5883,5 @@ Copyright (C) 1992-2020 Free Software Foundation, Inc.
Local variables:
version-control: never
-fill-column: 76
+fill-column: 72
End:
More information about the Libc-alpha
mailing list