• J
    Merge branch 'jc/config-case-cmdline-take-2' · 2f54451f
    Junio C Hamano 提交于
    The code to parse "git -c VAR=VAL cmd" and set configuration
    variable for the duration of cmd had two small bugs, which have
    been fixed.
    
    * jc/config-case-cmdline-take-2:
      config: use git_config_parse_key() in git_config_parse_parameter()
      config: move a few helper functions up
    2f54451f
config.c 62.3 KB