예제 #1
0
def git_logs(ctx, branch=None):
    from scripts.meta import gatherer
    gatherer.main(branch=branch)
예제 #2
0
파일: __init__.py 프로젝트: baylee-d/osf.io
def git_logs(ctx, branch=None):
    from scripts.meta import gatherer
    gatherer.main(branch=branch)
예제 #3
0
파일: __init__.py 프로젝트: ccfair/osf.io
def git_logs():
    from scripts.meta import gatherer
    gatherer.main()
예제 #4
0
파일: __init__.py 프로젝트: fredtoh/osf.io
def git_logs():
    gatherer.main()
예제 #5
0
def git_logs():
    from scripts.meta import gatherer
    gatherer.main()
예제 #6
0
파일: __init__.py 프로젝트: fredtoh/osf.io
def git_logs():
    gatherer.main()