Richard Hipp <drh@...> writes: > 1. Why did this happen? > > > Your file either contains a \000 character, or else it has a single line of text that is longer than 8191 characters. > >
The longest line is 96 characters. I am not sure how to confirm there is no \000 character > > > 2. Can I persuade fossil that this file is really text? > > > The only part of Fossil that cares is the "diff" logic. And, no, if your > file contains a \000 character or a line longer than 8191 charaters, then there is no way to convince "diff" to ignore that fact. The "diff" logic is used for the "diff" command (obviously) but also for "annotate" and "merge". > > My immediate concern is that the web interface no longer displays the code. However, the diff and the annotate displays in the web interface are fine. James _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

