Searched defs:shortlog (Results 1 – 3 of 3) sorted by relevance
71 shortlog = subprocess.check_output(['git', 'shortlog', '-s', '-n']) variable84 shortlog = subprocess.check_output(['git', 'shortlog', '-s', '-n', '-e']) variable
74 shortlog = line_start + shortlog_target + colon + shortlog_summary + line_end variable
58 def shortlog(shlog): member in Base