# File lib/repo.rb, line 111
        def getCommitHeadline(sha)
            return runGit("show --format=oneline --no-patch --no-decorate #{sha}")
        end