Add a comment
diff --git a/src/config_file.c b/src/config_file.c
index c21d902..050bcfc 100644
--- a/src/config_file.c
+++ b/src/config_file.c
@@ -1036,6 +1036,10 @@ static int read_on_variable(
GIT_UNUSED(line_len);
if (current_section) {
+ /* TODO: Once warnings lang, we should likely warn
+ * here. Git appears to warn in most cases if it sees
+ * un-namespaced config options.
+ */
git_buf_puts(&buf, current_section);
git_buf_putc(&buf, '.');
}