Merge branch 'jk/config-parsing-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Mon, 4 Feb 2013 18:24:50 +0000 (10:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Feb 2013 18:24:50 +0000 (10:24 -0800)
commit099ba556d05571001293c8eda10a4fc659f83f48
treea7eb1760f82fdd9f769ea6a64e6ece7198ef471c
parent149a4211a4b8d8bbcdd72685d538d6ac7365e29e
parentb3873c336cc2eb5a6eb2b10981a2ca0b65b8c987
Merge branch 'jk/config-parsing-cleanup'

Configuration parsing for tar.* configuration variables were
broken. Introduce a new config-keyname parser API to make the
callers much less error prone.

* jk/config-parsing-cleanup:
  reflog: use parse_config_key in config callback
  help: use parse_config_key for man config
  submodule: simplify memory handling in config parsing
  submodule: use parse_config_key when parsing config
  userdiff: drop parse_driver function
  convert some config callbacks to parse_config_key
  archive-tar: use parse_config_key when parsing config
  config: add helper function for parsing key names
builtin/help.c
cache.h
config.c