class GitCommands::Log
return git log information
Public Class Methods
new(opts)
click to toggle source
Calls superclass method
Command::new
# File lib/straight_line/common/git_commands/log.rb, line 6 def initialize(opts) super 'git' arg 'log' arg opts end