Class Grit::Ref
In: lib/grit/ref.rb
Parent: Object

Methods

find_all   inspect   new   prefix  

Attributes

commit  [R] 
name  [R] 

Public Class methods

Find all Refs

  +repo+ is the Repo
  +options+ is a Hash of options

Returns Grit::Ref[] (baked)

Instantiate a new Head

  +name+ is the name of the head
  +commit+ is the Commit that the head points to

Returns Grit::Head (baked)

Protected Class methods

Public Instance methods

Pretty object inspection

[Validate]