# File lib/repo.rb, line 86
        def runGit(cmd)
            log(:DEBUG, "Called from #{caller[1]}")
            log(:DEBUG, "Running git command '#{cmd}'")
            return `git --work-tree=#{@path} #{cmd}`.chomp()
        end