Merge branch 'master' into next

* master:
  config: remove useless assignment
This commit is contained in:
Junio C Hamano
2012-03-28 23:47:26 -07:00

View File

@@ -397,8 +397,6 @@ int cmd_config(int argc, const char **argv, const char *prefix)
xstrdup(prefix_filename(prefix,
strlen(prefix),
given_config_file));
else
given_config_file = given_config_file;
}
if (respect_includes == -1)