# File lib/git/lib.rb, line 325
    def config_get(name)
      c = config_list
      c[name]
      #command('config', ['--get', name])
    end