Commit de3f851e by Edward Thomson

Staticify `merge_config`

parent 22ab8881
...@@ -2564,7 +2564,7 @@ done: ...@@ -2564,7 +2564,7 @@ done:
return error; return error;
} }
int merge_config(git_merge_config_t *out, git_repository *repo) static int merge_config(git_merge_config_t *out, git_repository *repo)
{ {
git_config *config; git_config *config;
const char *value; const char *value;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment