Commit 831a709d by Nelson Elhage Committed by Patrick Steinhardt

Add a comment

(cherry picked from commit ec76a1aa)
parent ab3f6099
......@@ -1076,6 +1076,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, '.');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment