File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -667,20 +667,7 @@ static int git_default_core_config(const char *var, const char *value)
667667 trust_ctime = git_config_bool (var , value );
668668 return 0 ;
669669 }
670- if (!strcmp (var , "core.statinfo" ) ||
671- !strcmp (var , "core.checkstat" )) {
672- /*
673- * NEEDSWORK: statinfo was a typo in v1.8.2 that has
674- * never been advertised. we will remove it at Git
675- * 2.0 boundary.
676- */
677- if (!strcmp (var , "core.statinfo" )) {
678- static int warned ;
679- if (!warned ++ ) {
680- warning ("'core.statinfo' will be removed in Git 2.0; "
681- "use 'core.checkstat' instead." );
682- }
683- }
670+ if (!strcmp (var , "core.checkstat" )) {
684671 if (!strcasecmp (value , "default" ))
685672 check_stat = 1 ;
686673 else if (!strcasecmp (value , "minimal" ))
You can’t perform that action at this time.
0 commit comments