mirror of
https://github.com/git/git.git
synced 2026-01-17 22:26:32 +00:00
Merge branch 'master' into next
* master: config: remove useless assignment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user