Searched refs:shortlog (Results 1 – 2 of 2) 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():
2 # This list is used by git-shortlog to fix a few botched name translations
Completed in 3 milliseconds