class GitPlus::Repository

Primary object/wrapper for processing all Git related commands.

Constants

DELEGATES

Attributes

delegates[R]

Public Class Methods

new(delegates: DELEGATES) click to toggle source
# File lib/git_plus/repository.rb, line 47
def initialize delegates: DELEGATES
  @delegates = delegates
end

Private Instance Methods

delegate_branch(= delegates.fetch(__method__)) click to toggle source
# File lib/git_plus/repository.rb, line 55
def delegate_branch = delegates.fetch(__method__)

def delegate_commits = delegates.fetch(__method__)

def delegate_config = delegates.fetch(__method__)

def delegate_fetch = delegates.fetch(__method__)

def delegate_log = delegates.fetch(__method__)

def delegate_rev_parse = delegates.fetch(__method__)

def delegate_tag = delegates.fetch(__method__)

def delegate_trailers = delegates.fetch(__method__)

def delegate_unsaved
delegate_commits(= delegates.fetch(__method__)) click to toggle source
# File lib/git_plus/repository.rb, line 57
def delegate_commits = delegates.fetch(__method__)

def delegate_config = delegates.fetch(__method__)

def delegate_fetch = delegates.fetch(__method__)

def delegate_log = delegates.fetch(__method__)

def delegate_rev_parse = delegates.fetch(__method__)

def delegate_tag = delegates.fetch(__method__)

def delegate_trailers = delegates.fetch(__method__)

def delegate_unsaved =
delegate_config(= delegates.fetch(__method__)) click to toggle source
# File lib/git_plus/repository.rb, line 59
def delegate_config = delegates.fetch(__method__)

def delegate_fetch = delegates.fetch(__method__)

def delegate_log = delegates.fetch(__method__)

def delegate_rev_parse = delegates.fetch(__method__)

def delegate_tag = delegates.fetch(__method__)

def delegate_trailers = delegates.fetch(__method__)

def delegate_unsaved = delegates
delegate_fetch(= delegates.fetch(__method__)) click to toggle source
# File lib/git_plus/repository.rb, line 61
def delegate_fetch = delegates.fetch(__method__)

def delegate_log = delegates.fetch(__method__)

def delegate_rev_parse = delegates.fetch(__method__)

def delegate_tag = delegates.fetch(__method__)

def delegate_trailers = delegates.fetch(__method__)

def delegate_unsaved = delegates.fetch
delegate_log(= delegates.fetch(__method__)) click to toggle source
# File lib/git_plus/repository.rb, line 63
def delegate_log = delegates.fetch(__method__)

def delegate_rev_parse = delegates.fetch(__method__)

def delegate_tag = delegates.fetch(__method__)

def delegate_trailers = delegates.fetch(__method__)

def delegate_unsaved = delegates.fetch(__method__
delegate_rev_parse(= delegates.fetch(__method__)) click to toggle source
# File lib/git_plus/repository.rb, line 65
def delegate_rev_parse = delegates.fetch(__method__)

def delegate_tag = delegates.fetch(__method__)

def delegate_trailers = delegates.fetch(__method__)

def delegate_unsaved = delegates.fetch(__method__)
delegate_tag(= delegates.fetch(__method__)) click to toggle source
# File lib/git_plus/repository.rb, line 67
  def delegate_tag = delegates.fetch(__method__)

  def delegate_trailers = delegates.fetch(__method__)

  def delegate_unsaved = delegates.fetch(__method__)
end
delegate_trailers(= delegates.fetch(__method__)) click to toggle source
# File lib/git_plus/repository.rb, line 69
    def delegate_trailers = delegates.fetch(__method__)

    def delegate_unsaved = delegates.fetch(__method__)
  end
end
delegate_unsaved(= delegates.fetch(__method__)) click to toggle source
# File lib/git_plus/repository.rb, line 71
  def delegate_unsaved = delegates.fetch(__method__)
end