Home
last modified time | relevance | path

Searched refs:shortlog (Results 1 – 1 of 1) sorted by relevance

/scripts/
A Dmailmapper71 shortlog = subprocess.check_output(['git', 'shortlog', '-s', '-n']) variable
75 for line in shortlog.splitlines():
84 shortlog = subprocess.check_output(['git', 'shortlog', '-s', '-n', '-e']) variable
89 for line in shortlog.splitlines():

Completed in 5 milliseconds