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