Re: [PATCH] setup: recognise extensions.objectFormat

2018-01-26 Thread Stefan Beller
On Thu, Jan 25, 2018 at 2:08 AM, Duy Nguyen wrote: > On Wed, Jan 24, 2018 at 8:09 PM, Patryk Obara wrote: >> This extension selects which hashing algorithm from vtable should be >> used for reading and writing objects in the object store. At the moment

Re: [PATCH] setup: recognise extensions.objectFormat

2018-01-26 Thread Patryk Obara
On 26/01/2018 15:41, Johannes Schindelin wrote: On Thu, 25 Jan 2018, Duy Nguyen wrote: This config is so sensitive I wonder if we should forbid changing it via git-config. You can't simply change this and expect anything to work anyway. I don't think it makes sense to forbid `git config`

Re: [PATCH] setup: recognise extensions.objectFormat

2018-01-26 Thread Johannes Schindelin
Hi Duy, On Thu, 25 Jan 2018, Duy Nguyen wrote: > On Wed, Jan 24, 2018 at 8:09 PM, Patryk Obara wrote: > > This extension selects which hashing algorithm from vtable should be > > used for reading and writing objects in the object store. At the moment > > supports only

Re: [PATCH] setup: recognise extensions.objectFormat

2018-01-25 Thread Duy Nguyen
On Wed, Jan 24, 2018 at 8:09 PM, Patryk Obara wrote: > This extension selects which hashing algorithm from vtable should be > used for reading and writing objects in the object store. At the moment > supports only single value (sha-1). > > In case value of objectFormat is

Re: [PATCH] setup: recognise extensions.objectFormat

2018-01-24 Thread Patryk Obara
Argh! Forgot to sign-off the commit… -- | ← Ceci n'est pas une pipe Patryk Obara

[PATCH] setup: recognise extensions.objectFormat

2018-01-24 Thread Patryk Obara
This extension selects which hashing algorithm from vtable should be used for reading and writing objects in the object store. At the moment supports only single value (sha-1). In case value of objectFormat is an unknown hashing algorithm, Git command will fail with following message: fatal: