Sha256: f5735975480555baa3645667bd830ad18d78cec47f322de775f14e68f6ee2f38

Contents?: true

Size: 297 Bytes

Versions: 6

Compression:

Stored size: 297 Bytes

Contents

module ORS::Commands

  class Changes < Base

    def execute
      results = execute_command console_server, prepare_environment, %(git show | head -1), :capture => true

      system('git', 'log', [$1, "remotes/origin/#{environment}"].join("..")) if results =~ /commit (.*)/
    end

  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ors-0.2.10 lib/ors/commands/changes.rb
ors-0.2.9 lib/ors/commands/changes.rb
ors-0.2.8 lib/ors/commands/changes.rb
ors-0.2.7 lib/ors/commands/changes.rb
ors-0.2.6 lib/ors/commands/changes.rb
ors-0.2.5 lib/ors/commands/changes.rb