Bug 20989

Summary: http://www.freebsd.org/cgi/cvsweb.cgi annotate omits newlines
Product: Base System Reporter: Tony Finch <dot>
Component: miscAssignee: Akinori MUSHA <knu>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Tony Finch 2000-09-01 22:10:01 UTC
When viewing a file with cvsweb in annotate mode, newlines are missed
out after empty lines and lines with trailing whitespace causing lines
to be concatenated.

How-To-Repeat: 
http://www.freebsd.org/cgi/cvsweb.cgi/www/en/cgi/cvsweb.cgi?annotate=1.48

The end of the initial copyright comment is displayed as

1.46          knu         48: ###
                          49:                          50: use strict;
1.21          wosch       51:1.46          knu         52: use vars qw (
                          53:     $config $allow_version_select $verbose

when it should be

1.46          knu         48: ###
                          49:
                          50: use strict;
1.21          wosch       51:
1.46          knu         52: use vars qw (
                          53:     $config $allow_version_select $verbose

and there are loads of similar problems in the rest of the file.
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-09-04 15:03:36 UTC
Responsible Changed
From-To: freebsd-bugs->knu

Over to maintainer.
Comment 2 Akinori MUSHA freebsd_committer freebsd_triage 2000-09-04 17:08:33 UTC
State Changed
From-To: open->closed

Fixed, thanks.