On Tue, Mar 28, 2017 at 11:27:19AM -0400, Jeff Hostetler wrote:
> > Hrm, there shouldn't be any dependency of the config on the index (and
> > there are a handful of options which impact the index already). Did you
> > try it and run into problems?
>
> Yeah, I tried adding a new "core.verifyindex
On 3/27/2017 6:44 PM, Jeff King wrote:
On Mon, Mar 27, 2017 at 09:09:38PM +, g...@jeffhostetler.com wrote:
From: Jeff Hostetler
Teach git to skip verification of the index SHA in read_index().
This is a performance optimization. The index file SHA verification
can be considered an anc
On Mon, Mar 27, 2017 at 04:32:10PM -0700, Jonathan Nieder wrote:
> Jeff King wrote:
>
> > Hrm, there shouldn't be any dependency of the config on the index (and
> > there are a handful of options which impact the index already). Did you
> > try it and run into problems?
> >
> > In general, I'd mu
Jeff King wrote:
> Hrm, there shouldn't be any dependency of the config on the index (and
> there are a handful of options which impact the index already). Did you
> try it and run into problems?
>
> In general, I'd much rather see us either:
>
> 1. Rip the code out entirely if it is not meant t
On Mon, Mar 27, 2017 at 09:09:38PM +, g...@jeffhostetler.com wrote:
> From: Jeff Hostetler
>
> Teach git to skip verification of the index SHA in read_index().
>
> This is a performance optimization. The index file SHA verification
> can be considered an ancient relic from the early days o
From: Jeff Hostetler
Teach git to skip verification of the index SHA in read_index().
This is a performance optimization. The index file SHA verification
can be considered an ancient relic from the early days of git and only
useful for detecting disk corruption. For small repositories, this
SH
6 matches
Mail list logo