X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=config.c;h=4e1f0c22862b8c8605dbbf3a83ec4e87d9059513;hb=031321c654de3c19de45b2dacbdc990b5a694e34;hp=7ea8a7369a316c5a74266d891e9173a5926a8c53;hpb=a549e11cc2fee10ddf66dd98ea79f7c624eee34e;p=git.git diff --git a/config.c b/config.c index 7ea8a736..4e1f0c22 100644 --- a/config.c +++ b/config.c @@ -252,7 +252,7 @@ int git_default_config(const char *var, const char *value) return 0; } - /* Add other config variables here.. */ + /* Add other config variables here and to Documentation/config.txt. */ return 0; }