Method: Git::Lib#config_list
- Defined in:
- lib/git/lib.rb
#config_list
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
1050 1051 1052 |
# File 'lib/git/lib.rb', line 1050 def config_list parse_config_list command_lines('config', '--list', chdir: @git_dir) end |