Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
trace2:data: add subverb for rebase
[gitweb.git]
/
config.c
diff --git
a/config.c
b/config.c
index 24ad1a985400168e33778781d01d6e9e6c6ededf..5c69966e016f201f40306b2f002830ba823ade38 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-2655,6
+2655,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);
}
/*