]> git.ipfire.org Git - thirdparty/git.git/blobdiff - apply.c
Merge branch 'hn/refs-ref-log-only-bit'
[thirdparty/git.git] / apply.c
diff --git a/apply.c b/apply.c
index 57afee512071013f684916e9d5a51a2998407665..76dba93c974b3814117e3856d875e7e4381d2f62 100644 (file)
--- a/apply.c
+++ b/apply.c
@@ -30,8 +30,8 @@ struct gitdiff_data {
 
 static void git_apply_config(void)
 {
-       git_config_get_string_const("apply.whitespace", &apply_default_whitespace);
-       git_config_get_string_const("apply.ignorewhitespace", &apply_default_ignorewhitespace);
+       git_config_get_string("apply.whitespace", &apply_default_whitespace);
+       git_config_get_string("apply.ignorewhitespace", &apply_default_ignorewhitespace);
        git_config(git_xmerge_config, NULL);
 }