예제 #1
0
def git_version_str():
    """Returns the current GIT version"""
    return git.version().strip()
예제 #2
0
def git_version_str():
    """Returns the current GIT version"""
    return git.version()
예제 #3
0
def git_version_str():
    """Returns the current GIT version"""
    return git.version()[STDOUT].strip()
예제 #4
0
파일: version.py 프로젝트: mwh/git-cola
def git_version():
    """Returns the current GIT version"""
    return git.version().split()[-1]