module Hoe::Git2
class Hoe
hoe-git2
1.8.0
# __git
def __git(command, *params) "git #{command.shellescape} #{params.compact.shelljoin}" end