module Hoe::Halostatue

def __git(command, *params)

def __git(command, *params)
  "git #{command.shellescape} #{params.compact.shelljoin}"
end