Sha256: 658e1a01c4ad1983f46ed2ea0a582cd7f3bf98c03ca5e5f62c05b35f4150971a

Contents?: true

Size: 189 Bytes

Versions: 1

Compression:

Stored size: 189 Bytes

Contents

require '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

1 entries across 1 versions & 1 rubygems

Version Path
straight_line-0.1.0.0 lib/common/git_commands/log.rb