On Mon, Dec 8, 2014 at 3:22 PM, bch <brad.har...@gmail.com> wrote:

> Does the "mode" (text/binary) factor into the sha1 fingerprint hash of
> an artifact (single file) or commit ?
>
>
No.  The "mode" is only used to determine how to display the content on a
webpage.  Also, independent changes can only be merged in text files, not
binary files.  And "diff" will only work for text files.

For the last two points - merge and diff - you can tell Fossil that the
file is text all you want, but if it really is binary that isn't going to
make the merge and/or diff algorithms work any better.  You will still end
up with a mess.

So what is the point of this?  Why is the default text/binary detection not
working for Tony?
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to