Re: [PATCH v4 20/24] introduce GIT_INDEX_VERSION environment variable

2013-11-28 Thread Thomas Gummerer
On 11/27, Junio C Hamano wrote: > Eric Sunshine writes: > > > On Wed, Nov 27, 2013 at 7:00 AM, Thomas Gummerer > > wrote: > >> Respect a GIT_INDEX_VERSION environment variable, when a new index is > >> initialized. Setting the environment variable will not cause existing > >> index files to be

Re: [PATCH v4 20/24] introduce GIT_INDEX_VERSION environment variable

2013-11-27 Thread Junio C Hamano
Eric Sunshine writes: > On Wed, Nov 27, 2013 at 7:00 AM, Thomas Gummerer wrote: >> Respect a GIT_INDEX_VERSION environment variable, when a new index is >> initialized. Setting the environment variable will not cause existing >> index files to be converted to another format for additional safet

Re: [PATCH v4 20/24] introduce GIT_INDEX_VERSION environment variable

2013-11-27 Thread Eric Sunshine
On Wed, Nov 27, 2013 at 7:00 AM, Thomas Gummerer wrote: > Respect a GIT_INDEX_VERSION environment variable, when a new index is > initialized. Setting the environment variable will not cause existing > index files to be converted to another format for additional safety. > > Signed-off-by: Thomas

[PATCH v4 20/24] introduce GIT_INDEX_VERSION environment variable

2013-11-27 Thread Thomas Gummerer
Respect a GIT_INDEX_VERSION environment variable, when a new index is initialized. Setting the environment variable will not cause existing index files to be converted to another format for additional safety. Signed-off-by: Thomas Gummerer --- Documentation/git.txt | 5 + read-cache.c