Sha256: d74ee15676887966319c0cac8d1602db73244af37b84918e7e8e05f84b386631

Contents?: true

Size: 573 Bytes

Versions: 26

Compression:

Stored size: 573 Bytes

Contents

# frozen_string_literal: true

module EacLauncher
  module Stereotypes
    class GitSubtree
      class Warp < ::EacLauncher::Git::WarpBase
        include ::EacLauncher::Git::SubWarpBase

        private

        def current_ref
          instance.cache_key("git_subtree.parent.#{cache_git.git.object('HEAD').sha}") do
            cache_git.subtree_split(to_parent_git_path)
          end
        end

        def source_instance
          parent_instance
        end

        def source_remote_name
          instance.project_name
        end
      end
    end
  end
end

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
avm-tools-0.58.1 lib/eac_launcher/stereotypes/git_subtree/warp.rb
avm-tools-0.58.0 lib/eac_launcher/stereotypes/git_subtree/warp.rb
avm-tools-0.57.0 lib/eac_launcher/stereotypes/git_subtree/warp.rb
avm-tools-0.56.0 lib/eac_launcher/stereotypes/git_subtree/warp.rb
avm-tools-0.55.0 lib/eac_launcher/stereotypes/git_subtree/warp.rb
avm-tools-0.54.2 lib/eac_launcher/stereotypes/git_subtree/warp.rb
avm-tools-0.54.1 lib/eac_launcher/stereotypes/git_subtree/warp.rb
avm-tools-0.54.0 lib/eac_launcher/stereotypes/git_subtree/warp.rb
avm-tools-0.53.0 lib/eac_launcher/stereotypes/git_subtree/warp.rb
avm-tools-0.52.0 lib/eac_launcher/stereotypes/git_subtree/warp.rb
avm-tools-0.51.0 lib/eac_launcher/stereotypes/git_subtree/warp.rb
avm-tools-0.50.0 lib/eac_launcher/stereotypes/git_subtree/warp.rb
avm-tools-0.49.0 lib/eac_launcher/stereotypes/git_subtree/warp.rb
avm-tools-0.48.0 lib/eac_launcher/stereotypes/git_subtree/warp.rb
avm-tools-0.47.0 lib/eac_launcher/stereotypes/git_subtree/warp.rb
avm-tools-0.46.0 lib/eac_launcher/stereotypes/git_subtree/warp.rb
eac_launcher-0.8.0 lib/eac_launcher/stereotypes/git_subtree/warp.rb
eac_launcher-0.7.0 lib/eac_launcher/stereotypes/git_subtree/warp.rb
eac_launcher-0.6.8 lib/eac_launcher/stereotypes/git_subtree/warp.rb
eac_launcher-0.6.7 lib/eac_launcher/stereotypes/git_subtree/warp.rb