Sha256: 6d47ab3bced527631b12bd1d3d78c6ea680aabfcf54ee412194d764d623e19ba

Contents?: true

Size: 204 Bytes

Versions: 4

Compression:

Stored size: 204 Bytes

Contents

require 'straight_line/common/command'

module GitCommands
  # return git log information
  class Log < Command
    def initialize(opts)
      super 'git'
      arg 'log'
      arg opts
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
straight_line-0.1.4.0 lib/straight_line/common/git_commands/log.rb
straight_line-0.1.3.0 lib/straight_line/common/git_commands/log.rb
straight_line-0.1.2.0 lib/straight_line/common/git_commands/log.rb
straight_line-0.1.1.0 lib/straight_line/common/git_commands/log.rb