mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-11 21:18:46 -05: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,
|
xstrdup(prefix_filename(prefix,
|
||||||
strlen(prefix),
|
strlen(prefix),
|
||||||
given_config_file));
|
given_config_file));
|
||||||
else
|
|
||||||
given_config_file = given_config_file;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (respect_includes == -1)
|
if (respect_includes == -1)
|
||||||
|
|||||||
Reference in New Issue
Block a user