parse_hide_refs_config: tell parse_config_key we don't want a subsection
commitad8c7cdadd96c66d0adf894250c8f4dd77bb2bee
authorJeff King <peff@peff.net>
Fri, 24 Feb 2017 21:08:16 +0000 (24 16:08 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 24 Feb 2017 21:22:12 +0000 (24 13:22 -0800)
tree607ae932342ab3a28615c0b4f80f29db2d38931e
parent48f8d9f7323d0927cd955f129babbf93eda50473
parse_hide_refs_config: tell parse_config_key we don't want a subsection

This lets us avoid declaring some otherwise useless
variables.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c