On Tue, Mar 01, 2016 at 07:13:02PM -0500, David Turner wrote:

> On Tue, 2016-03-01 at 09:45 -0500, Jeff King wrote:
> > -   char repo_version_string[10];
> >  
> >     /* This forces creation of new config file */
> > -   xsnprintf(repo_version_string, sizeof(repo_version_string),
> > -             "%d", GIT_REPO_VERSION);
> > -   git_config_set("core.repositoryformatversion",
> > repo_version_string);
> > +   git_config_set("core.repositoryformatversion", "0");
> 
> I'm about to use that in my series, so let's not get rid of it here.

Thanks. I floated this one up to the end exactly to make it easy to drop
in case there were objections. :)

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to