Jeff King <peff@xxxxxxxx> writes: > All variables are case-insensitive. The config parser down-cases them, > so all code should treat tham as all-lowercase. However, we tend to > document them as camelCase for readability. Careful. The second level of three-level names is supposed to be usable for user defined names (e.g. names of branches and remotes) and I think the completion code should not downcase it. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html