Searched refs:shortlog (Results 1 – 1 of 1) sorted by relevance
71 shortlog = subprocess.check_output(['git', 'shortlog', '-s', '-n']) variable75 for line in shortlog.splitlines():84 shortlog = subprocess.check_output(['git', 'shortlog', '-s', '-n', '-e']) variable89 for line in shortlog.splitlines():
Completed in 5 milliseconds