Re: [PATCH 3/3] read-cache: add index.version config variable

2014-02-15 Thread Eric Sunshine
On Sat, Feb 15, 2014 at 2:23 PM, Thomas Gummerer wrote: > Add a config variable that allows setting the default index version when > initializing a new index file. Similar to the GIT_INDEX_VERSION > environment variable this only affects new index files. > > Signed-off-by: Thomas Gummerer > ---

[PATCH 3/3] read-cache: add index.version config variable

2014-02-15 Thread Thomas Gummerer
Add a config variable that allows setting the default index version when initializing a new index file. Similar to the GIT_INDEX_VERSION environment variable this only affects new index files. Signed-off-by: Thomas Gummerer --- Documentation/config.txt | 4 read-cache.c | 27 +