# File lib/git/log.rb, line 67
def
to_s
self
.
map
{
|
c
|
c
.
to_s
}.
join
(
"\n"
)
end