2014-01-26 git のログをパースしてゴニョゴニョしたいとき ruby git Ruby で。 ENV['GIT_PAGER'] = '' IO.popen('git log') do |io| while line = io.gets puts line end end