# File lib/grit/config.rb, line 39
def
config_lines
@repo
.
git
.
config
(
:list
=
>
true
).
split
(
/\n/
)
end