Fix crash when reading the empty tree
[git.git] / config.c
index 7ea8a73..4e1f0c2 100644 (file)
--- 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;
 }