class ChefCLI::CookbookProfiler::Git

def initialize(cookbook_path)

def initialize(cookbook_path)
  @cookbook_path = cookbook_path
  @repo_path = nil
  @unborn_branch = nil
  @unborn_branch_ref = nil
end