Beispiel #1
0
def git_logs(ctx, branch=None):
    from scripts.meta import gatherer
    gatherer.main(branch=branch)
Beispiel #2
0
def git_logs(ctx, branch=None):
    from scripts.meta import gatherer
    gatherer.main(branch=branch)
Beispiel #3
0
def git_logs():
    from scripts.meta import gatherer
    gatherer.main()
Beispiel #4
0
def git_logs():
    gatherer.main()
Beispiel #5
0
def git_logs():
    from scripts.meta import gatherer
    gatherer.main()
Beispiel #6
0
def git_logs():
    gatherer.main()