On 3/27/2017 6:21 PM, Richard Hipp wrote:
On 3/27/17, Ross Berteig wrote:
I believe that a line is too long if it is more than about 8191 ASCII
characters, a restriction based on the size of the buffer used in the
diff engine.
Technically, that restriction is due to the way hashes are comput
On 3/27/2017 6:40 PM, Byron Sanchez wrote:
That was it!
I ran the command and received the output:
Starts with UTF-8 BOM: no
Starts with UTF-16 BOM: no
Looks like UTF-8: no
Has flag LOOK_NUL: yes
Has flag LOOK_CR: no
Has flag LOOK_LONE_CR: no
Has flag LOOK_LF: yes
Has flag LOOK_LONE_LF: yes
Ha
That was it!
I ran the command and received the output:
Starts with UTF-8 BOM: no
Starts with UTF-16 BOM: no
Looks like UTF-8: no
Has flag LOOK_NUL: yes
Has flag LOOK_CR: no
Has flag LOOK_LONE_CR: no
Has flag LOOK_LF: yes
Has flag LOOK_LONE_LF: yes
Has flag LOOK_CRLF: no
Has flag LOOK_LONG: no
Ha
On 3/27/17, Ross Berteig wrote:
>
> I believe that a line is too long if it is more than about 8191 ASCII
> characters, a restriction based on the size of the buffer used in the
> diff engine.
Technically, that restriction is due to the way hashes are computed on
individual lines during the diff.
On 3/27/2017 5:44 PM, Byron Sanchez wrote:
I'm tracking several plain-text files in a repository. These are emacs
org-mode files.
Fossil sees most of the files in this repo as normal plain-text files
and as such, they can be diffed via the fossil web interface.
Recently, however, fossil has
On Mar 27, 2017 6:44 PM, "Byron Sanchez" wrote:
Recently, however, fossil has started interpreting one of these org-mode
files as a binary file. Now, fossil prompts with it's binary-file warning
each time I update the file. In addition, this file can no longer be diffed
in the web interface, sinc
I'm tracking several plain-text files in a repository. These are emacs
org-mode files.
Fossil sees most of the files in this repo as normal plain-text files and
as such, they can be diffed via the fossil web interface.
Recently, however, fossil has started interpreting one of these org-mode
files
7 matches
Mail list logo