[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 t.gumme...@gmail.com --- Documentation/git.txt | 5

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 t.gumme...@gmail.com 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.

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

2013-11-27 Thread Junio C Hamano
Eric Sunshine sunsh...@sunshineco.com writes: On Wed, Nov 27, 2013 at 7:00 AM, Thomas Gummerer t.gumme...@gmail.com 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