Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
completion: add --set-upstream-to and --unset-upstream
[gitweb.git]
/
config.c
diff --git
a/config.c
b/config.c
index 6b97503b06c2e8284590e11acee3efbfa3f5f089..2b706ea2053714fdcec8997d978ce5688d072941 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-758,6
+758,11
@@
static int git_default_core_config(const char *var, const char *value)
return 0;
}
+ if (!strcmp(var, "core.precomposeunicode")) {
+ precomposed_unicode = git_config_bool(var, value);
+ return 0;
+ }
+
/* Add other config variables here and to Documentation/config.txt. */
return 0;
}