Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
ref-filter: add worktreepath atom
[gitweb.git]
/
config.c
diff --git
a/config.c
b/config.c
index 921f73dc962e578e9aed7ae11ae6746f4f6b75c8..0f0cdd8c0fc9ee40c1f56d1935c1816eb03601ad 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-2657,6
+2657,8
@@
int git_config_set_gently(const char *key, const char *value)
void git_config_set(const char *key, const char *value)
{
git_config_set_multivar(key, value, NULL, 0);
+
+ trace2_cmd_set_config(key, value);
}
/*