Re: [fossil-users] Incomplete patch with idea for enhancement

2017-04-19 Thread Ron W
On Wed, Apr 19, 2017 at 8:00 AM, wrote: > > Date: Tue, 18 Apr 2017 23:52:33 -0600 > From: Warren Young > Subject: Re: [fossil-users] Incomplete patch with idea for enhancement > > The only open question in my mind is what to do on Windows? IIS must have > such a DB, b

Re: [fossil-users] Incomplete patch with idea for enhancement

2017-04-19 Thread The Tick
On 4/19/2017 12:52 AM, Warren Young wrote: I’d call your patch “close enough.” It’s only got a 1 in 4 billion chance of matching something incorrectly for a uniform probability distribution, and a much smaller chance than that in practice given the bias towards text file types in Fossil repos

Re: [fossil-users] Incomplete patch with idea for enhancement

2017-04-18 Thread Warren Young
On Apr 18, 2017, at 8:07 PM, The Tick wrote: > > I added this patch: > > --- doc.c.orig 2017-03-10 11:07:08.0 -0600 > +++ doc.c 2017-04-17 23:32:03.770418400 -0500 > @@ -49,6 +49,7 @@ > { "\211PNG\r\n\032\n", 8, "image/png" }, > { "\377\332\377",3, "imag

[fossil-users] Incomplete patch with idea for enhancement

2017-04-18 Thread The Tick
I'm very new to fossil so maybe there's a way to do this already. After I had committed a PNG to a fossil repository then fossil UI showed the PNG itself instead of just its name. Pretty nice! After adding an ICO, fossil just said it was XXX number of bytes. After looking at the source, I add