| D | pre-push.py | 127 def git(*cmd, **kwargs): function 132 commits = git('rev-list', range).splitlines() 160 if "commit" not in git('cat-file','-t', remote_sha, ignore_errors=True): 171 print(' - ' + git('show', '--oneline', '--quiet', sha)) 179 msg = git('log', '--format=%B', '-n1', sha)
|