X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=config.c;h=4e1f0c22862b8c8605dbbf3a83ec4e87d9059513;hb=b6c4a480b3161effaa3578df91d8cdc83044d7b6;hp=7ea8a7369a316c5a74266d891e9173a5926a8c53;hpb=dafc88b136b508c1c08129b756b6ba23b7c9d341;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; }